move links to the bottom of the page until we have a tabbed UI
This commit is contained in:
parent
4710097b27
commit
c9f9536cdf
@ -17,9 +17,8 @@
|
||||
#}
|
||||
|
||||
{% block openid_edit_link %}
|
||||
<p>
|
||||
<a href="{{ request.urlgen('mediagoblin.plugins.openid.edit') }}">
|
||||
{% trans %}Edit your OpenID's{% endtrans %}
|
||||
</a>
|
||||
</p>
|
||||
<a href="{{ request.urlgen('mediagoblin.plugins.openid.edit') }}">
|
||||
{% trans %}OpenID's{% endtrans %}
|
||||
</a>
|
||||
·
|
||||
{% endblock %}
|
||||
|
@ -41,19 +41,6 @@
|
||||
Changing {{ username }}'s account settings
|
||||
{%- endtrans -%}
|
||||
</h1>
|
||||
{% if pass_auth is defined %}
|
||||
<p>
|
||||
<a href="{{ request.urlgen('mediagoblin.edit.pass') }}">
|
||||
{% trans %}Change your password.{% endtrans %}
|
||||
</a>
|
||||
</p>
|
||||
{% endif %}
|
||||
<p>
|
||||
<a href="{{ request.urlgen('mediagoblin.edit.email') }}">
|
||||
{% trans %}Change your email.{% endtrans %}
|
||||
</a>
|
||||
</p>
|
||||
{% template_hook("edit_link") %}
|
||||
{{ wtforms_util.render_divs(form, True) }}
|
||||
<div class="form_submit_buttons">
|
||||
<input type="submit" value="{% trans %}Save changes{% endtrans %}" class="button_form" />
|
||||
@ -65,5 +52,16 @@
|
||||
<a href="{{ request.urlgen('mediagoblin.edit.delete_account') }}">
|
||||
{%- trans %}Delete my account{% endtrans -%}
|
||||
</a>
|
||||
·
|
||||
{% template_hook("edit_link") %}
|
||||
<a href="{{ request.urlgen('mediagoblin.edit.email') }}">
|
||||
{% trans %}Email{% endtrans %}
|
||||
</a>
|
||||
{% if pass_auth is defined %}
|
||||
·
|
||||
<a href="{{ request.urlgen('mediagoblin.edit.pass') }}">
|
||||
{% trans %}Password{% endtrans %}
|
||||
</a>
|
||||
{% endif %}
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user