Mark strings as translatable.
[matthijs/projects/xerxes.git] / templates / influences / influence_detail_block.html
index cc78c47fb7491019e18c4b1b4d75d914740cbbe2..21d3755d08d4bb57c5574c3ead730a36d387bdaf 100644 (file)
         <div style="margin-left: {{ comment.depth }}em;" class="comment">
             {{ comment.user }} said:<br/>
             {% auto_transform_markup comment %}
-                       <p style="display:none;" id="replyLink{{comment.id}}"><a href="javascript:showReply('{{comment.id}}');">Reply to this comment</a></p>
+                       <p style="display:none;" id="replyLink{{comment.id}}">
+                               <a href="javascript:showReply('{{comment.id}}');">{% trans "Reply to this comment" %}</a>
+                       </p>
                        <div id="replyForm{{comment.id}}" class="commentReplyForm">
                                <script>hideReply('{{comment.id}}');</script>
                                <form method="POST" action="{% get_comment_url object comment %}">
-                                       <p><a href="javascript:hideReply('{{comment.id}}');">Cancel reply</a></p>
+                                       <p><a href="javascript:hideReply('{{comment.id}}');">{% trans "Cancel reply" %}</a></p>
                                        <ul>
                                                <table>
                                                {{ comment.get_reply_form.as_table }}
@@ -58,7 +60,7 @@
         {{ comment_form.as_table }}
         </table>
         <input type="submit" value="{% trans "Add comment" %}" /></li>
-        <input type="submit" name="preview" value="{% trans "Preview comment" %}" /></li>
+        {# <input type="submit" name="preview" value="{% trans "Preview comment" %}" /></li> #}
     </ul>
 </form>
 </div>