Merge branch 'master' of git.sv.gnu.org:/srv/git/mediagoblin

This commit is contained in:
Boris Bobrov 2017-06-09 23:50:33 +03:00
commit aac893584d
2 changed files with 2 additions and 1 deletions

View File

@ -52,7 +52,7 @@
{% if request.user and request.user.username==user.username %}
<p>You have not created any blog yet.</p>
{% else %}
<p>No blog has been created by <strong>{{ user.username }}</strong>yet.</p>
<p>No blog has been created by <strong>{{ user.username }}</strong> yet.</p>
{% endif %}
{% endif %}
<br/>

View File

@ -37,6 +37,7 @@
{% template_hook("register_link") %}
{{ wtforms_util.render_divs(register_form, True) }}
{{ csrf_token }}
{% template_hook("register_captcha") %}
<div class="form_submit_buttons">
<input type="submit" value="{% trans %}Create{% endtrans %}"
class="button_form" />