瀏覽代碼

Delete unused template

Jeremy Stretch 1 天之前
父節點
當前提交
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>