Use get_url for contact-form
This commit is contained in:
parent
64e8a038bd
commit
c53d58fc51
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<iframe id="iframe" src="/contact-form" width="100%" title="Kontakt-Formular"></iframe>
|
<iframe id="iframe" src="{{ get_url(path='/contact-form') }}" width="100%" title="Kontakt-Formular"></iframe>
|
||||||
|
|
||||||
<div class="alert alert-warning mt-2" role="alert">
|
<div class="alert alert-warning mt-2" role="alert">
|
||||||
<h5 class="alert-heading">Bitte beachten Sie:</h5>
|
<h5 class="alert-heading">Bitte beachten Sie:</h5>
|
||||||
|
|
Loading…
Reference in a new issue