diff options
Diffstat (limited to 'sublab_project/templates')
-rw-r--r-- | sublab_project/templates/base.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sublab_project/templates/base.html b/sublab_project/templates/base.html index 8e609ab..6db50c8 100644 --- a/sublab_project/templates/base.html +++ b/sublab_project/templates/base.html @@ -22,6 +22,9 @@ <link rel="alternate" type="application/atom+xml" title="sublab.org News (atom)" href="{% url news_feed_atom %}"> <link rel="alternate" type="application/rss+xml" title="sublab.org News (rss)" href="{% url news_feed %}"> {% endblock feeds %} + + {% block header %} + {% endblock %} </head> <body> |