Skip to content

Commit 2abc675

Browse files
committed
move included templates to inc folder
1 parent e198cf6 commit 2abc675

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed

netbox_acls/templates/netbox_acls/accesslist_edit.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,5 @@ <h4>Host Assignment</h4>
7474
</div>
7575
</div>
7676
</div>
77-
{% include "./common_edit.html" %}
77+
{% include "inc/common_edit.html" %}
7878
{% endblock %}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{% include "./aclrule.html" %}
1+
{% include "inc/aclrule.html" %}

netbox_acls/templates/netbox_acls/aclinterfaceassignment_edit.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@ <h4>Interface Assignment</h4>
5353
</div>
5454
</div>
5555
</div>
56-
{% include "./common_edit.html" %}
56+
{% include "inc/common_edit.html" %}
5757
{% endblock %}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{% include "./aclrule.html" %}
1+
{% include "inc/aclrule.html" %}

0 commit comments

Comments
 (0)