comment form
[prawokultury.git] / migdal / templates / migdal / entry / submit.html
index 14906ba..cc376d7 100755 (executable)
@@ -6,14 +6,21 @@
 
 <h1>{% trans "Submit new story" %}</h1>
 
+<p class="form-info">{% blocktrans %}
+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>
 
-    <form method="post" action="{% url 'migdal_submit' %}">
-    {% csrf_token %}
-    <table>
-        {{ submit_form.as_table }}
-        <tr><td><button type="submit">Go!</button></td></tr>
-    </table>
-    </form>
+<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></td><td><button type="submit">{% trans "Submit" %}</button></td></tr>
+</table>
+</form>
 
 
 {% endblock %}
\ No newline at end of file