fix a few things in profile

This commit is contained in:
Thomas Steen Rasmussen 2016-06-01 15:37:08 +02:00
parent 01a6ddff0f
commit 9661a2cca3
2 changed files with 1 additions and 8 deletions

View file

@ -11,7 +11,7 @@
Change password
</a>
<a href="{% url 'account_email' %}" class="btn btn-black">
Manage email
Manage emails
</a>
</p>
<hr />

View file

@ -1,11 +1,4 @@
{% extends 'profiles/profile_base.html' %}
{% block profile_content %}
<div class="row" >
<div class="col-md-12">
<p>
Not much going on here yet.
</p>
</div>
</div>
{% endblock %}