Fix typo in template.
This commit is contained in:
parent
7c2d53560d
commit
d842214e26
@ -180,13 +180,13 @@
|
|||||||
<a href="{% url 'motion_set_status' motion.id 'adj' %}"><span class="button">{% trans 'Adjourned' %}</span></a><br>
|
<a href="{% url 'motion_set_status' motion.id 'adj' %}"><span class="button">{% trans 'Adjourned' %}</span></a><br>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if "noc" in actions %}
|
{% if "noc" in actions %}
|
||||||
<a href="{% url 'motion_set_status' motion.id 'noc' %}'><span class="button">{% trans 'Not Concerned' %}</span></a><br>
|
<a href="{% url 'motion_set_status' motion.id 'noc' %}"><span class="button">{% trans 'Not Concerned' %}</span></a><br>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if "com" in actions %}
|
{% if "com" in actions %}
|
||||||
<a href="{% url 'motion_set_status' motion.id 'com' %}'><span class="button">{% trans 'Commited a bill' %}</span></a><br>
|
<a href="{% url 'motion_set_status' motion.id 'com' %}"><span class="button">{% trans 'Commited a bill' %}</span></a><br>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if "wit" in actions %}
|
{% if "wit" in actions %}
|
||||||
<a href="{% url 'motion_set_status' motion.id 'wit' %}'><span class="button">{% trans 'Withdrawed by submitter' %}</span></a>
|
<a href="{% url 'motion_set_status' motion.id 'wit' %}"><span class="button">{% trans 'Withdrawed by submitter' %}</span></a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<p></p>
|
<p></p>
|
||||||
|
Loading…
Reference in New Issue
Block a user