diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-05-04 19:25:30 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-05-04 19:25:30 +0200 |
commit | 39d49458ef55adaccb49041a231b5dfd88ce3c3f (patch) | |
tree | da20ef6418cf517bfb60ddbfaf01ee6ee024a5af /pyaggr3g470r/templates/admin/create_user.html | |
parent | Forgot to remove debug comment. (diff) | |
download | newspipe-39d49458ef55adaccb49041a231b5dfd88ce3c3f.tar.gz newspipe-39d49458ef55adaccb49041a231b5dfd88ce3c3f.tar.bz2 newspipe-39d49458ef55adaccb49041a231b5dfd88ce3c3f.zip |
Updated translations.
Diffstat (limited to 'pyaggr3g470r/templates/admin/create_user.html')
-rw-r--r-- | pyaggr3g470r/templates/admin/create_user.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyaggr3g470r/templates/admin/create_user.html b/pyaggr3g470r/templates/admin/create_user.html index 5a6838bd..fcb59cd7 100644 --- a/pyaggr3g470r/templates/admin/create_user.html +++ b/pyaggr3g470r/templates/admin/create_user.html @@ -5,7 +5,7 @@ {% block content %} <div class="container"> <div class="jumbotron"> - <h2>{{ message|safe }}</h2> + <h2>{{ message | safe }}</h2> <form action="" method="post" name="saveprofileform" id="profileform"> {{ form.hidden_tag() }} |