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

@@ -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 %}