add imprint as flatpage

- add flatpages app to gnuviechadmin.settings.base.DJANGO_APPS
- add imprint handling to gnuviechadmin.context_processors.navigation, remove
  unused about page handling
- add URL 'imprint' to gnuviechadmin.urls
- replace link 'about' in template base.html with 'imprint'
- add templates for flatpages
- add german translation for imprint and contact navigation links
This commit is contained in:
Jan Dittberner 2015-02-01 16:34:46 +01:00
parent cea780a9b2
commit 2b0f1f9f89
8 changed files with 35 additions and 7 deletions

View file

@ -0,0 +1 @@
{% extends "base.html" %}