Skip to content

Commit 180cee2

Browse files
committed
Need to customize welcome for about.
Sigh.
1 parent 22dd4de commit 180cee2

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

mathics_django/web/templates/about.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,15 @@ <h1> Version information </h1>
4747
</p>
4848
</div>
4949

50-
{% include 'welcome.html' %}
50+
<!-- FIXME: figure out how to reuse welcome.html. We can't run ajax from here. -->
51+
<div id="welcomeContainer">
52+
<div id="welcome">
53+
<p><h1>Welcome to Mathics!</h1></p>
54+
<p>Mathics is a general-purpose computer algebra system.</p>
55+
<p>Enter queries and evaluate them by pressing <code>Shift</code> + <code>Return</code>.
56+
See the <a href="/doc">documentation</a> for a full list of supported functions.
57+
58+
<!-- {% include 'welcome.html' %} -->
5159

5260
{% endblock main %}
5361
{% endblock html_body %}

0 commit comments

Comments
 (0)