Delete unused template
This commit is contained in:
parent
d64c4d75f8
commit
b19d0d61f4
|
|
@ -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>
|
||||
Loading…
Reference in New Issue