comment form
[prawokultury.git] / migdal / templates / migdal / entry / submit.html
index ad3d6f2..cc376d7 100755 (executable)
@@ -11,14 +11,14 @@ By submitting a story here, you agree to publish it under the terms of the
 <a href='http://creativecommons.org/licenses/by-sa/3.0/'>Creative Commons Attribution-Share Alike</a>
 free license.{% endblocktrans %}</p>
 
-<p>{% blocktrans %}Stories are moderated, so please be
+<p class="form-info">{% blocktrans %}Stories are moderated, so please be
 patient, you'll be notified when it's published.{% endblocktrans %}</p>
 
 <form class="submit-form" method="post" action="{% url 'migdal_submit' %}">
 {% csrf_token %}
 <table>
     {{ submit_form.as_table }}
-    <tr><td><button type="submit">Go!</button></td></tr>
+    <tr><td></td><td><button type="submit">{% trans "Submit" %}</button></td></tr>
 </table>
 </form>