card for set

This commit is contained in:
Egor Matveev 2022-04-27 14:52:09 +03:00
parent 514fa9f370
commit 5cd2d00933

View File

@ -6,9 +6,13 @@
{% block content %}
<h1 class="h4">{{ set.name }}</h1>
{% autoescape off %}
{{ set.description }}
{% endautoescape %}
<div class="card border-0 shadow mb-4">
<div class="card-body">
{% autoescape off %}
{{ set.description }}
{% endautoescape %}
</div>
</div>
<div class="card border-0 shadow mb-4">
<div class="card-body">
<h1 class="h4">Таски</h1>