This commit is contained in:
Egor Matveev 2022-04-06 01:44:23 +03:00
parent 88e9074015
commit cd6b19a4ea

View File

@ -37,12 +37,14 @@
{% block main %}
<h2>Решения <a href="{% if in_set %}/set?set_id={{ set.id }}{% else %}/task?task_id={{ task.id }}{% endif %}">{% if in_set %}{{ set.name }}{% else %}{{ task.name }}{% endif %}</a></h2>
{% if in_set %}
<table style="margin-bottom: 10px;">
<tr>
<td><button class="btn btn-dark" id="button0" onclick="setLook(0)">Список</button></td>
<td><button class="btn btn-light" id="button1" onclick="setLook(1)">Таблица</button></td>
</tr>
</table>
{% endif %}
<!--h4>Фильтр</h4>
<div>
<select name="set_id" style="width: 33%">