Delete unused template

This commit is contained in:
Jeremy Stretch
2026-03-09 15:48:04 -04:00
parent d64c4d75f8
commit b19d0d61f4

View File

@@ -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>