Created a stupid flatpage view and urlpattern.

This commit is contained in:
2020-09-07 22:16:09 +02:00
parent f98c952d9b
commit f2b6c3e102
4 changed files with 8 additions and 8 deletions

View File

@@ -64,9 +64,9 @@
and <a href="https://www.commander1024.de" class="LP-Footer__GenericAnchor">Commander1024.</a></span>
</div>
<div class="LP-Footer__BottomWrapper">
<a href='flat/privacy-policy/' class="LP-Footer__GenericAnchor">Privacy Policy</a>
<a href='{% url 'flatpage' slug='privacy-policy' %}' class="LP-Footer__GenericAnchor">Privacy Policy</a>
|
<a href='flat/impress/' class="LP-Footer__GenericAnchor">Impress</a>
<a href='{% url 'flatpage' slug='impress' %}' class="LP-Footer__GenericAnchor">Impress</a>
</div>
</section>
</footer>