From e87e4ca26807aa1fe32026076a1e114f63183a35 Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Sun, 1 Feb 2015 19:39:09 +0100 Subject: [PATCH] add icons to top level navigation --- docs/changelog.rst | 1 + gnuviechadmin/templates/base.html | 26 +++++++++++++------------- 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 3b7672d..71ec68c 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,7 @@ Changelog ========= +* :feature:`-` add icons to top level navigation * :feature:`-` add contact form * :feature:`-` add imprint as flatpage * :support:`-` mark active menu item as active via context_processor and diff --git a/gnuviechadmin/templates/base.html b/gnuviechadmin/templates/base.html index bbdee63..33e6fc9 100644 --- a/gnuviechadmin/templates/base.html +++ b/gnuviechadmin/templates/base.html @@ -47,14 +47,14 @@ - {% trans "Imprint" %} - {% trans "Contact" %} + {% trans "Imprint" %} + {% trans "Contact" %} {% if user.is_authenticated %}