From 650995e7149845301ec602ee8f2d4fb86cab7724 Mon Sep 17 00:00:00 2001 From: rocky Date: Sun, 2 May 2021 11:55:40 -0400 Subject: [PATCH] Small bugs and tweaks * Makefile: fix target name typo * about.html: needs its own customized welcome * main.html, welcome.html: move "do not show" into the correct "div" --- Makefile | 2 +- mathics_django/web/templates/about.html | 1 + mathics_django/web/templates/main.html | 2 -- mathics_django/web/templates/welcome.html | 6 +++++- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 2a0b41bbe..29d0bc763 100644 --- a/Makefile +++ b/Makefile @@ -51,7 +51,7 @@ runserver: #: Run Django-based server in testserver mode. Use environment variable "o" for manage options testserver: - $(PYTHON) mathics_django/manage.py tesetserver $o + $(PYTHON) mathics_django/manage.py testserver $o check: djangotest doctest diff --git a/mathics_django/web/templates/about.html b/mathics_django/web/templates/about.html index b8e30bda9..19dd0e29a 100644 --- a/mathics_django/web/templates/about.html +++ b/mathics_django/web/templates/about.html @@ -56,6 +56,7 @@

Version information

See the documentation for a full list of supported functions. + {% endblock main %} {% endblock html_body %} diff --git a/mathics_django/web/templates/main.html b/mathics_django/web/templates/main.html index 81d4d95a0..6743aaa7d 100644 --- a/mathics_django/web/templates/main.html +++ b/mathics_django/web/templates/main.html @@ -7,8 +7,6 @@
{% include 'welcome.html' %} -
-

diff --git a/mathics_django/web/templates/welcome.html b/mathics_django/web/templates/welcome.html index cb8d85f95..3160c28fa 100644 --- a/mathics_django/web/templates/welcome.html +++ b/mathics_django/web/templates/welcome.html @@ -8,5 +8,9 @@

Mathics uses MathJax to display beautiful math. -For further information about the project visit the home page.

+ For further information about the project visit the home page.

+ +
+

+