Jelajahi Sumber

Delete unused template

Jeremy Stretch 3 bulan lalu
induk
melakukan
b19d0d61f4
1 mengubah file dengan 0 tambahan dan 5 penghapusan
  1. 0 5
      netbox/templates/vpn/attrs/proposals.html

+ 0 - 5
netbox/templates/vpn/attrs/proposals.html

@@ -1,5 +0,0 @@
-<ul class="list-unstyled mb-0">
-  {% for proposal in value.all %}
-    <li><a href="{{ proposal.get_absolute_url }}">{{ proposal }}</a></li>
-  {% endfor %}
-</ul>