diff --git a/ram/portal/templates/flatpage.html b/ram/portal/templates/flatpage.html deleted file mode 100644 index 057dc02..0000000 --- a/ram/portal/templates/flatpage.html +++ /dev/null @@ -1,75 +0,0 @@ -{% load static %} -{% load breadcrumbs %} -{% load solo_tags %} -{% get_solo 'portal.SiteConfiguration' as site_conf %} - - - - - - - - - - - - - - - {{ site_conf.site_name }} - {{ page.name }} - - - - - - {% if site_conf.common_css %}{% endif %} - - - -
-
- {% include 'navbar.html' %} - -
-
-
-
-
- {{ content }} -
-
-
- - {% include 'footer.html' %} - - - - - - - diff --git a/ram/portal/templates/footer.html b/ram/portal/templates/footer.html index 67cdc67..18301f1 100644 --- a/ram/portal/templates/footer.html +++ b/ram/portal/templates/footer.html @@ -1,6 +1,6 @@ {% load markdown %} -