We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20b519d commit 6a6cb05Copy full SHA for 6a6cb05
naucse/templates/_base.html
@@ -85,9 +85,7 @@
85
</p>
86
{% endif %}
87
88
- <p>
89
- <a href="{{ url_for("course", course="course/meta") }}">Jak přidat kurz</a>
90
- </p>
+ {% block extra_footer %}{% endblock %}
91
</div>
92
93
naucse/templates/index.html
@@ -4,6 +4,12 @@
4
<link rel="stylesheet" href="{{url_for('static', filename='css/index.css')}}">
5
{% endblock extra_links%}
6
7
+{% block extra_footer %}
8
+<p>
9
+ <a href="{{ url_for("course", course="course/meta") }}">Jak přidat kurz</a>
10
+</p>
11
+{% endblock %}
12
+
13
{% block content %}
14
15
<section class="jumbotron jumbotron-fluid motivation"
0 commit comments