Update templates/sets.html

This commit is contained in:
Elizabeth Frolova 2021-11-08 11:30:45 +00:00
parent a8111c45e9
commit bb6b189f80

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 %}