aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/templates/admin/create_user.html
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2014-05-04 19:25:30 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2014-05-04 19:25:30 +0200
commit39d49458ef55adaccb49041a231b5dfd88ce3c3f (patch)
treeda20ef6418cf517bfb60ddbfaf01ee6ee024a5af /pyaggr3g470r/templates/admin/create_user.html
parentForgot to remove debug comment. (diff)
downloadnewspipe-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.html2
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() }}
bgstack15