diff options
author | root <root@dev.spline.de> | 2008-08-17 12:08:12 +0200 |
---|---|---|
committer | root <root@dev.spline.de> | 2008-08-17 12:08:12 +0200 |
commit | 236ad4c8dbef414ef29348634fd0a6ccded1a1d6 (patch) | |
tree | b41990232be2235d87878c8f35fbc4a55b8448dc /templates/imprint.html | |
download | dev-account-236ad4c8dbef414ef29348634fd0a6ccded1a1d6.tar.gz dev-account-236ad4c8dbef414ef29348634fd0a6ccded1a1d6.tar.xz dev-account-236ad4c8dbef414ef29348634fd0a6ccded1a1d6.zip |
initial import
Diffstat (limited to 'templates/imprint.html')
-rw-r--r-- | templates/imprint.html | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/templates/imprint.html b/templates/imprint.html new file mode 100644 index 0000000..3200652 --- /dev/null +++ b/templates/imprint.html @@ -0,0 +1,29 @@ +{% extends "base.html" %} +{% block title %}Imprint{% endblock %} +{% block content %} +<h1>Imprint</h1> + +<strong>Impressum gemäß § 6 TDG und § 10 Mediendienstestaatsvertrag</strong> +<table> + <tr> + <th>Institution:</th> + <td>Freie Universität Berlin - vertreten durch den Präsidenten Univ.-Prof. Dr. Dieter Lenzen</td> + </tr> + <tr> + <th>Anschrift:</th> + <td><address>Fachbereich Mathematik und Informatik, Arnimallee 14, 14195 Berlin</address></td> + </tr> + <tr> + <th>Kontakt:</th> + <td>fbv@mi.fu-berlin.de, Tel. +49-30-838-754 51</td> + </tr> + <tr> + <th>Rechtsform:</th> + <td>Die Freie Universität Berlin ist eine Körperschaft des öffentlichen Rechts gem. §§ 1 und 2 Berliner Hochschulgesetz (BerlHG)</td> + </tr> + <tr> + <th>UST-Id:</th> + <td>DE 811304768</td> + </tr> +</table> +{% endblock %} |