File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ <h4>{{ question.description|markdown }}</h4>
6767
<form action="{% url 'qa_close_question' question.id %}" method="POST">
6868
{% csrf_token %}
6969
<input type="hidden" name="next" value="{{ request.path }}"/>
70-
<button type="submit" class="btn btn-warning btn-sm pull-right" data-toggle="tooltip" data-placement="bottom">Close question</button></div>
70+
<button type="submit" class="btn btn-warning btn-sm pull-right" data-toggle="tooltip" data-placement="bottom">Close question</button>
7171
</form>
7272
{% endif %}
7373
</p>

0 commit comments

Comments
 (0)