move links to the bottom of the page until we have a tabbed UI

This commit is contained in:
Rodney Ewing
2013-07-12 13:07:36 -07:00
parent 4710097b27
commit c9f9536cdf
2 changed files with 15 additions and 18 deletions

View File

@@ -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>
&middot;
{% endblock %}