diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-12-03 22:39:27 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-12-03 22:39:27 +0100 |
commit | 220b4eb212332d27511443b83519d237a6fc32c3 (patch) | |
tree | 62e7ece96692250577af94ba54b9fa0dfd4a80ff /pyaggr3g470r/templates/admin | |
parent | Harmonization of buttons style. (diff) | |
download | newspipe-220b4eb212332d27511443b83519d237a6fc32c3.tar.gz newspipe-220b4eb212332d27511443b83519d237a6fc32c3.tar.bz2 newspipe-220b4eb212332d27511443b83519d237a6fc32c3.zip |
btn-default style.
Diffstat (limited to 'pyaggr3g470r/templates/admin')
-rw-r--r-- | pyaggr3g470r/templates/admin/create_user.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyaggr3g470r/templates/admin/create_user.html b/pyaggr3g470r/templates/admin/create_user.html index 4e6c629f..833ae601 100644 --- a/pyaggr3g470r/templates/admin/create_user.html +++ b/pyaggr3g470r/templates/admin/create_user.html @@ -19,8 +19,8 @@ {{ form.password(class_="form-control") }} {% for error in form.password.errors %} <span style="color: red;">{{ error }}<br /></span>{% endfor %} <br /> - {{ form.submit(class_="btn") }} + {{ form.submit(class_="btn btn-default") }} </form> </div> </div> -{% endblock %}
\ No newline at end of file +{% endblock %} |