Merge branch 'master' of git.sv.gnu.org:/srv/git/mediagoblin
This commit is contained in:
commit
aac893584d
@ -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/>
|
||||
|
@ -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" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user