aboutsummaryrefslogtreecommitdiffstats
path: root/alphabetlearning/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'alphabetlearning/templates/base.html')
-rw-r--r--alphabetlearning/templates/base.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/alphabetlearning/templates/base.html b/alphabetlearning/templates/base.html
index 4b21f74..a0b2424 100644
--- a/alphabetlearning/templates/base.html
+++ b/alphabetlearning/templates/base.html
@@ -27,8 +27,6 @@
{% endblock javascript %}
</head>
<body>
-
-
<header>
<nav>
<a href="{% url "home" %}">
@@ -112,7 +110,7 @@
{% endfor %}
{% endif %}
{% block main %}
- <div class="main">
+ <div>
{% block content %}
{% endblock content %}
<footer>