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

@ -24,30 +24,30 @@
<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>
</table>
<div class="row justify-content-left">
<div class="col">
{{ div_plot | safe }}
{{ div_plot | safe }}
</div>
<div class="col">
{{ div_table | safe }}
</div>
</div>
<div class="col">
{{ div_table | safe }}
<div>
{{ script_plot| safe }}
{{ script_table| safe }}
</div>
</div>
<div>
{{ script_plot| safe }}
{{ script_table| safe }}
</div>
<a href="{% url 'home' %}">Go Home</a>
<a href="{% url 'home' %}">Go Home</a>
</div>
{% endblock %}
{% endblock %}