* #1329 (Versuch der Behebung)

* #1332
* #1333
* #1334

git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3336 f459cee4-fb09-11de-96c3-f9c5f16c3c76
This commit is contained in:
uli 2017-04-28 05:34:46 +00:00
parent 54268ba706
commit 93230c53f7
5 changed files with 14 additions and 4 deletions

View file

@ -116,7 +116,7 @@
<div class="link-footer">
<a href="/impressum" title="Impressum">Impressum</a> |
<a href="/agb" title="AGB">AGB</a> |
<a href="/arb" title="AGB">AGB</a> |
<a href="/arb" title="ARB">ARB</a> |
<a href="/datenschutz" title="Datenschutz">Datenschutz</a> |
<a href="/bildnachweis" title="Bildnachweise">Bildnachweise</a> |
<a href="/sitemap" title="Sitemap">Sitemap</a>

View file

@ -15,7 +15,7 @@ TODO: This doesn't work. Form labels are rendered, but widgets themselves not. S
{% block body %}
{% if tt_url is defined %}
<iframe src="{{ tt_url }}" scrolling="no" width="100%" height="13500"
<iframe src="{{ tt_url|raw }}" scrolling="no" width="100%" height="13500"
onload="window.parent.parent.scrollTo(0,0);"
></iframe>
{% else %}