Merge branch 'potaris' of github.com:FAUSheppy/flask-json-dream-website into potaris

This commit is contained in:
Yannik Schmidt
2021-06-15 19:10:39 +02:00

View File

@@ -82,14 +82,16 @@
<li> <li>
<a class="nav-link flag" href="/" <a class="nav-link flag" href="/"
style="background-image: url('https://potaris.de/picture/lang/german-flag.png');"> style="background-image: url('https://potaris.de/picture/lang/german-flag.png');">
DE <div class="hover-to-75 force-fill">
</div>
</a> </a>
</li> </li>
{% elif conf["LANGUAGE"] == "de" %} {% elif conf["LANGUAGE"] == "de" %}
<li> <li>
<a class="nav-link flag" href="/en/" <a class="nav-link flag" href="/en/"
style="background-image: url('https://potaris.de/picture/lang/uk-flag.png');"> style="background-image: url('https://potaris.de/picture/lang/uk-flag.png');">
EN <div class="hover-to-75 foce-fill">
</div>
</a> </a>
</li> </li>
{% endif %} {% endif %}