diff options
author | Christian Franke <nobody@nowhere.ws> | 2012-01-24 01:31:40 +0100 |
---|---|---|
committer | Christian Franke <nobody@nowhere.ws> | 2012-01-24 01:31:40 +0100 |
commit | 48b4ce88c6940eb76a20c2df7acbc0b1200b3984 (patch) | |
tree | 527c99c399e937b0f5e9a716b91c8ef7d49873ee /sublab_project/templates/base.html | |
parent | 639f6bee335e0f68ed6ce08bbb9934b182cc46fe (diff) |
Nicen up eventlist/calendarium
Diffstat (limited to 'sublab_project/templates/base.html')
-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> |