فهرست منبع

Delete unused template

Jeremy Stretch 3 ماه پیش
والد
کامیت
b19d0d61f4
1فایلهای تغییر یافته به همراه0 افزوده شده و 5 حذف شده
  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>