File tree
Expand file treeCollapse file tree1 file changed
+1
-1
lines changed Expand file treeCollapse file tree1 file changed
+1
-1
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -67,7 +67,7 @@ <h4>{{ question.description|markdown }}</h4>
|
67 | 67 | <form action="{% url 'qa_close_question' question.id %}" method="POST">
|
68 | 68 | {% csrf_token %}
|
69 | 69 | <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> |
71 | 71 | </form>
|
72 | 72 | {% endif %}
|
73 | 73 | </p>
|
|
You can’t perform that action at this time.
0 commit comments