footer base_url
This commit is contained in:
parent
758fc07874
commit
dafa46d1be
@ -16,7 +16,7 @@
|
|||||||
{% block content %}{% endblock %}
|
{% block content %}{% endblock %}
|
||||||
</div>
|
</div>
|
||||||
<footer class="w3-container w3-border-top w3-border-blue-grey w3-center" style="position: fixed; bottom: 0; width: 100vw; height: 1.5em">
|
<footer class="w3-container w3-border-top w3-border-blue-grey w3-center" style="position: fixed; bottom: 0; width: 100vw; height: 1.5em">
|
||||||
{% block footer %}<span>{{ request.host }}</span>{% endblock %}
|
{% block footer %}<span>{{ request.base_url }}</span>{% endblock %}
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
x
Reference in New Issue
Block a user