mairin has proposed merging lp:~mairin/postorius/mairin-1 into lp:postorius.
Commit message:
Minor HTML fix for new users form
This change fixes a minor issue in the new users form where most of the form
fields are outside of the "field" div. From reading fieldset_forms.py it looks
like all of the form fields are meant to be inside of this div. I'm trying to
pretty up the form stylistically and need this change on this form to do so.
Requested reviews:
Terri (terriko)
For more details, see:
https://code.launchpad.net/~mairin/postorius/mairin-1/+merge/189476
This change fixes a minor issue in the new users form where most of the form
fields are outside of the "field" div. From reading fieldset_forms.py it looks
like all of the form fields are meant to be inside of this div. I'm trying to
pretty up the form stylistically and need this change on this form to do so.
Specifically, this fixes the new users form. If I find this issue on other
forms I'll fix those too in separate merge requests.
--
https://code.launchpad.net/~mairin/postorius/mairin-1/+merge/189476
Your team Mailman Coders is subscribed to branch lp:postorius.
=== modified file 'src/postorius/templates/postorius/users/new.html'
--- src/postorius/templates/postorius/users/new.html 2013-07-05 11:05:45 +0000
+++ src/postorius/templates/postorius/users/new.html 2013-10-05 16:39:25 +0000
@@ -9,8 +9,8 @@
{% endif %}
<form action="{% url 'user_new' %}" method="post" class="well"> {% csrf_token %}
- {{ form.as_p }}
<div class="field">
+ {{ form.as_p }}
<button class="btn btn-success" type="submit">{% trans "Create User" %}</button>
</div>
</form>
_______________________________________________
Mailman-coders mailing list
[email protected]
https://mail.python.org/mailman/listinfo/mailman-coders