in set
This commit is contained in:
parent
88e9074015
commit
cd6b19a4ea
@ -37,12 +37,14 @@
|
|||||||
|
|
||||||
{% block main %}
|
{% 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>
|
<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>
|
||||||
<table style="margin-bottom: 10px;">
|
{% if in_set %}
|
||||||
<tr>
|
<table style="margin-bottom: 10px;">
|
||||||
<td><button class="btn btn-dark" id="button0" onclick="setLook(0)">Список</button></td>
|
<tr>
|
||||||
<td><button class="btn btn-light" id="button1" onclick="setLook(1)">Таблица</button></td>
|
<td><button class="btn btn-dark" id="button0" onclick="setLook(0)">Список</button></td>
|
||||||
</tr>
|
<td><button class="btn btn-light" id="button1" onclick="setLook(1)">Таблица</button></td>
|
||||||
</table>
|
</tr>
|
||||||
|
</table>
|
||||||
|
{% endif %}
|
||||||
<!--h4>Фильтр</h4>
|
<!--h4>Фильтр</h4>
|
||||||
<div>
|
<div>
|
||||||
<select name="set_id" style="width: 33%">
|
<select name="set_id" style="width: 33%">
|
||||||
|
Loading…
Reference in New Issue
Block a user