diff options
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() }} |