Added an index instead of "all sandwiches", made custom titles for every page.
[~kgodey/maayanwich.git] / templates / loggedin.html
index d46c57e..5d4d6b7 100644 (file)
@@ -1,7 +1,7 @@
-{% block title %}ERROR!{% endblock %}
-
 {% extends "base.html" %}
 
+{% block title %}ERROR!{% endblock %}
+
 {% block content %}
        <h1 class="pagetitle">You are already logged in!</h1>
 {% endblock %}
\ No newline at end of file