diff options
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/base.html b/templates/base.html index a2fe85f..e688c41 100644 --- a/templates/base.html +++ b/templates/base.html @@ -19,7 +19,9 @@ {% endblock %} </head> <body> - <div id="content">{% block content %}{% endblock %}</div> + <div class="container"> + {% block content %}{% endblock %} + </div> <div id="footer"> {% block footer %} <p > @@ -28,4 +30,4 @@ {% endblock %} </div> </body> -</html>
\ No newline at end of file +</html> |