Merge branch 'master', remote-tracking branch 'origin' into aquarium
[astakos] / astakos / im / templates / account_base.html
diff --git a/astakos/im/templates/account_base.html b/astakos/im/templates/account_base.html
deleted file mode 100644 (file)
index ce6ff29..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-{% extends "base_two_cols.html" %}
-
-{% block page.title %}Profile{% endblock %}
-{% block page.nav.classes %}{% endblock %}
-
-{% block page.quicknav.items %}
-        <li class="{% block signup_class %}{% endblock %}">
-            <a href="{% url astakos.im.views.logout %}">LOGOUT</a>
-        </li>
-{% endblock %}
-
-{% block page.nav.items %}
-    <li class="{% if tab == "profile" %}active{% endif %}">
-        <a href="{% url astakos.im.views.edit_profile %}">Profile</a>
-    </li>
-    <li class="{% if not tab %}active{% endif %}">
-        <a href="{% url django.contrib.auth.views.password_change %}">Change password</a>
-    </li>
-    <li class="{% if tab == "invitations" %}active{% endif %}">
-        <a href="{% url astakos.im.views.invite %}">Invitations</a>
-    </li>
-    <li class="{% if tab == "feedback" %}active{% endif %}">
-        <a href="{% url astakos.im.views.send_feedback %}">Send feedback</a>
-    </li>
-{% endblock %}
-    
-{% block page.body %}
-<div class="maincol {% block innerpage.class %}full{% endblock %}">
-{% block body %}{% endblock %}
-</div>
-{% endblock %}