<strong>{{ question.get_question_title }}</strong></a>
</p>
- <form id="fmclose" action="{% url close question.id %}" method="post" >
+ <form id="fmclose" action="{% url "close" question.id %}" method="post" >
{% csrf_token %}
<p>
<strong>{% trans "Reasons" %}:</strong> {{ form.reason }}