summaryrefslogtreecommitdiffstats
path: root/askbot/templates/question/answer_controls.html
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/templates/question/answer_controls.html')
-rw-r--r--askbot/templates/question/answer_controls.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/askbot/templates/question/answer_controls.html b/askbot/templates/question/answer_controls.html
index c7d3c4d9..21aafe47 100644
--- a/askbot/templates/question/answer_controls.html
+++ b/askbot/templates/question/answer_controls.html
@@ -67,6 +67,7 @@
<input type="hidden" name="answer_id" id="id_answer_id" value="{{answer.id}}"/>
<input
type="submit"
+ class="link"
value="{% trans %}repost as a question comment{% endtrans %}"
/>
</form>
@@ -80,6 +81,7 @@
<input type="hidden" name="answer_id" value="{{ answer.id }}"/>
<input
type="submit"
+ class="link"
value="{% trans %}repost as a comment under the older answer{% endtrans %}"
/>
</form>