Disables "create poll" link from news entries list.

This commit is contained in:
Natalia
2023-05-30 21:27:08 -03:00
committed by nessita
parent 43f754520c
commit 5ccc4ad99b

View File

@@ -34,11 +34,12 @@
{% translate "Link" %}
</a>
</div>
<div class="py-5 w-1/6">
<!-- Creating polls is disabled until we extend the PollForm -->
<!--div class="py-5 w-1/6">
<a href="{% url 'news-poll-create' %}">
{% translate "Poll" %}
</a>
</div>
</div-->
<div class="py-5 w-1/6">
<a href="{% url 'news-video-create' %}">
{% translate "Video" %}