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