Adjusted templates footer stuff.

This commit is contained in:
2018-01-30 15:30:01 +01:00
parent fdcc103571
commit ce6a1fbdc0
3 changed files with 1 additions and 33 deletions

View File

@@ -72,7 +72,7 @@ thead input {
background-color: #58ab27;
color: #ffffff;
}
#page-footer .slogan {
#page-footer .signum {
float: right;
padding-top: 2px;
font-family: serif;

View File

@@ -1,28 +0,0 @@
{% extends "dav_events/base.html" %}
{% load i18n %}
{% block head-title %}
{% trans 'Impressum' %} - {{ block.super }}
{% endblock head-title %}
{% block page-container %}
<div class="panel panel-info">
<div class="panel-heading">
<h2>{% trans 'Impressum' %}</h2>
</div>
<div class="panel-body">
<p>
<addr>
Jens Kleineheismann<br />
Marie-Alexandra-Stra&szlig;e 6<br />
76135 Karlsruhe<br/>
</addr>
</p>
<p>
<addr>
<a href="mailto: heinzel@heinzelwerk.de">heinzel@heinzelwerk.de</a>
</addr>
</p>
</div>
</div>
{% endblock page-container %}

View File

@@ -3,7 +3,3 @@ from django.views import generic
class HomeView(generic.TemplateView):
template_name = 'dav_events/home.html'
class ImprintView(generic.TemplateView):
template_name = 'dav_events/imprint.html'