added column width rad/T

This commit is contained in:
2025-04-23 21:48:25 +02:00
parent 5a4bcf070a
commit cecdd5f7ef
3 changed files with 26 additions and 24 deletions

View File

@@ -18,17 +18,18 @@
<th scope="col">Spin</th>
<th scope="col">Nat. ab. in %</th>
<th scope="col">&gamma; in MHz/T</th>
<th scope="col">&gamma; in rad/T</th>
<th scope="col">Sens. in %(<sup>1</sup>H)</th>
</tr>
</thead>
<tbody>
{% for attr in ans %}
<tr>
{% for i in attr %}
<td>{{ i }}</td>
{% endfor %}
</tr>
<tr>
{% for i in attr %}
<td>{{ i }}</td>
{% endfor %}
</tr>
{% endfor %}
</tbody>
@@ -36,12 +37,12 @@
{{ div| safe }}
<div>
{{ script| safe }}
</div>
<div>
{{ script| safe }}
</div>
<a href="{% url 'home' %}">Go Back</a>
<a href="{% url 'home' %}">Go Back</a>
</div>
{% endblock %}