We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e97e092 commit c901cb9Copy full SHA for c901cb9
1 file changed
mathics_django/web/templates/doc/base_help.html
@@ -21,5 +21,23 @@ <h1>{{ title }}{% if title_operator %} (<code>{{ title_operator }}</code>){% end
21
22
{% block content %}
23
{% endblock %}
24
+ {% if prev or next %}
25
+ <div style="width:100%;height:10px;border:1px;margin:10px;">
26
+ </div>
27
+ <div style="margin-top:20px; display: flex; justify-content: space-around">
28
+ {% endif %}
29
+ {% if prev %}
30
+ <div>
31
+ <span >←</span> {{ prev|link:ajax }}
32
33
34
+ {% if next %}
35
36
+ <span >→</span> {{ next|link:ajax }}
37
38
39
40
41
42
</div>
-{% endblock %}
43
+{% endblock %}
0 commit comments