summaryrefslogtreecommitdiffstats
path: root/askbot/templates/question/content.html
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/templates/question/content.html')
-rw-r--r--askbot/templates/question/content.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/askbot/templates/question/content.html b/askbot/templates/question/content.html
index 7efc1d54..4481fb9a 100644
--- a/askbot/templates/question/content.html
+++ b/askbot/templates/question/content.html
@@ -27,7 +27,7 @@
{# buttons below cannot be cached yet #}
{% if user_already_gave_answer %}
<a
- class="submit"
+ class="button submit"
href="{% url "edit_answer" previous_answer.id %}"
>{% trans %}Edit Your Previous Answer{% endtrans %}</a>
<span>{% trans %}(only one answer per question is allowed){% endtrans %}</span>