* added gradient calculation
* added magnet selection * calculate probe position
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
{% extends 'base.html' %}
|
||||
{% block content %}
|
||||
|
||||
<div class="center">
|
||||
<div class="container">
|
||||
<h1>Isotopes</h1>
|
||||
<table class="table w-auto table-responsive-sm table-striped table-hover table-bordered">
|
||||
<caption>
|
||||
@ -32,15 +32,20 @@
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
{{ div| safe }}
|
||||
<div class="row justify-content-left">
|
||||
{{ div_plot | safe }}
|
||||
</div>
|
||||
<div class="row justify-content-left ">
|
||||
{{ div_table | safe }}
|
||||
</div>
|
||||
|
||||
<div>s
|
||||
{{ script| safe }}
|
||||
<div>
|
||||
{{ script_plot| safe }}
|
||||
{{ script_table| safe }}
|
||||
</div>
|
||||
|
||||
<a href="{% url 'home' %}">Go Back</a>
|
||||
<a href="{% url 'home' %}">Go Home</a>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user