File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed
mathics_django/web/templates Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ runserver:
5151
5252# : Run Django-based server in testserver mode. Use environment variable "o" for manage options
5353testserver :
54- $(PYTHON ) mathics_django/manage.py tesetserver $o
54+ $(PYTHON ) mathics_django/manage.py testserver $o
5555
5656check : djangotest doctest
5757
Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ <h1> Version information </h1>
5656See the < a href ="/doc "> documentation</ a > for a full list of supported functions.
5757
5858<!-- {% include 'welcome.html' %} -->
59+ </ div >
5960
6061{% endblock main %}
6162{% endblock html_body %}
Original file line number Diff line number Diff line change 77< div id ="queriesContainer "> </ div >
88
99{% include 'welcome.html' %}
10- < div style ="position:absolute;right:0;bottom:-2.8em; ">
11- < p style ="text-align:right;color:#3f3f3f; "> < label > < input type ="checkbox " id ="hideStartupMsg " /> Do not show on startup.</ label > </ p >
1210</ div >
1311
1412
Original file line number Diff line number Diff line change 88<!--<p><small>This box will disappear as soon as you submit your first query.</small></p>-->
99</ p >
1010< p > Mathics uses < a href ="http://www.mathjax.org/ " target ="_blank "> MathJax</ a > to display beautiful math.
11- For further information about the project visit < a href ="https://mathics.org " target ="_blank "> the home page</ a > .</ p >
11+ For further information about the project visit < a href ="https://mathics.org " target ="_blank "> the home page</ a > .</ p >
12+
13+ < div style ="position:absolute;right:0;bottom:-2.8em; ">
14+ < p style ="text-align:right;color:#3f3f3f; "> < label > < input type ="checkbox " id ="hideStartupMsg " /> Do not show on startup.</ label > </ p >
15+
1216</ div >
You can’t perform that action at this time.
0 commit comments