diff --git a/ak/views.py b/ak/views.py index 0d4891f9..9447a293 100644 --- a/ak/views.py +++ b/ak/views.py @@ -12,7 +12,7 @@ from versions.models import Version class HomepageView(TemplateView): """ - Our default homepage for Forum. We expect you to not use this view + Our default homepage for temp-site. We expect you to not use this view after you start working on your project. """ diff --git a/config/wsgi.py b/config/wsgi.py index 5f11ba87..2e767eb2 100644 --- a/config/wsgi.py +++ b/config/wsgi.py @@ -1,5 +1,5 @@ """ -WSGI config for Forum. +WSGI config for temp-site. """ import os diff --git a/templates/_base.html b/templates/_base.html index e517e1c0..c7be271c 100644 --- a/templates/_base.html +++ b/templates/_base.html @@ -30,7 +30,6 @@ {% endblock js %} {% block body %} - {# The forum content will go in this 'body' block #} {% endblock body %} {% block extra_js %} diff --git a/templates/base.html b/templates/base.html index c4fca882..d7761076 100644 --- a/templates/base.html +++ b/templates/base.html @@ -63,9 +63,6 @@ {% block messages %}{% include "partials/messages.html" %}{% endblock messages %} - {% comment %}body block is for use in forums{% endcomment %} - {% block forum_body %}{% endblock %} -