fixed print format
This commit is contained in:
@ -9,14 +9,14 @@
|
||||
{% block head %}<title>Rechentrainer</title>{% endblock %}
|
||||
</head>
|
||||
<body>
|
||||
<header class="w3-container w3-bottombar w3-border-blue-grey w3-light-grey">
|
||||
<header class="w3-container w3-border-bottom w3-border-blue-grey w3-light-grey w3-margin-bottom" style="position: fixed; top: 0; width: 100vw; height: 3em">
|
||||
{% block header %}<span><a class="w3-button" href="/"><i class="material-icons w3-xlarge">home</i></a>Rechentrainer</span>{% endblock %}
|
||||
</header>
|
||||
<div class="w3-container" style="margin-bottom: 1.5em;">
|
||||
<div class="w3-container" style="margin-top: 4em; margin-bottom:3em">
|
||||
{% block content %}{% endblock %}
|
||||
</div>
|
||||
<footer class="w3-container w3-topbar w3-light-grey w3-border-blue-grey w3-center" style="position: fixed; bottom: 0; width: 100vw; height: 2em">
|
||||
{% block footer %}<span>{{ request.base_url }}</span>{% endblock %}
|
||||
<footer class="w3-container w3-border-top w3-light-grey w3-border-blue-grey w3-center" style="position: fixed; bottom: 0; width: 100vw; height: auto">
|
||||
{% block footer %}<div class="w3-small">{{ request.base_url }}</div>{% endblock %}
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user