Merge branch 'kiwikk-master-patch-43293' into 'master'

Update templates/sets.html

See merge request mathwave/sprint!4
This commit is contained in:
Egor Matveev 2021-11-08 11:48:14 +00:00
commit 273e675b0b

View File

@ -1,5 +1,7 @@
{% extends 'base_main.html' %}
{% block title %}сеты{% endblock %}
{% block main %}
<table>
<tr>
@ -44,4 +46,4 @@
{% for set in user.userinfo.available_sets %}
<a href="/set?set_id={{ set.id }}">{{ set.name }}</a> {% if set.creator == user %}<a href="/admin/set?set_id={{ set.id }}"><i class="fa fa-pencil"></i> </a>{% endif %}<br>
{% endfor %}
{% endblock %}
{% endblock %}