Skip to content

Commit

Permalink
Need to customize welcome for about.
Browse files Browse the repository at this point in the history
Sigh.
  • Loading branch information
rocky committed May 2, 2021
1 parent 22dd4de commit 180cee2
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion mathics_django/web/templates/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,15 @@ <h1> Version information </h1>
</p>
</div>

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

<!-- {% include 'welcome.html' %} -->

{% endblock main %}
{% endblock html_body %}

0 comments on commit 180cee2

Please sign in to comment.