aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/base.html2
-rw-r--r--templates/rrs/base_toplevel.html2
-rw-r--r--templates/rrs/recipedetail.html2
3 files changed, 5 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index 2bd000037d..38373ab892 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -88,7 +88,7 @@
{% endautoescape %}
{% endblock %}
- <div id="content" class="container top-padded">
+{% block contenttag %}<div id="content" class="container top-padded">{% endblock %}
{% if messages %}
{% for message in messages %}
<div{% if message.tags %} class="alert {{ message.tags }}"{% endif %}>{{ message }}</div>
diff --git a/templates/rrs/base_toplevel.html b/templates/rrs/base_toplevel.html
index fcd8523c49..e22684b497 100644
--- a/templates/rrs/base_toplevel.html
+++ b/templates/rrs/base_toplevel.html
@@ -11,6 +11,8 @@
{% endcomment %}
+{% block contenttag %}<div id="content" class="container-fluid top-padded">{% endblock %}
+
{% block topfunctions %}
<ul class="nav">
<li class="divider-vertical" style="display; list-item;"/>
diff --git a/templates/rrs/recipedetail.html b/templates/rrs/recipedetail.html
index a91703d671..ac4c6463e5 100644
--- a/templates/rrs/recipedetail.html
+++ b/templates/rrs/recipedetail.html
@@ -18,6 +18,8 @@
{% block topfunctions %}
{% endblock %}
+{% block contenttag %}<div id="content" class="container-fluid top-padded">{% endblock %}
+
{% block content %}
<link rel="stylesheet" href="{% static "css/rrs-additional.css" %}" />
{% autoescape on %}