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 %} {% block content %}
<h1 class="h4">{{ set.name }}</h1> <h1 class="h4">{{ set.name }}</h1>
{% autoescape off %} <div class="card border-0 shadow mb-4">
{{ set.description }} <div class="card-body">
{% endautoescape %} {% autoescape off %}
{{ set.description }}
{% endautoescape %}
</div>
</div>
<div class="card border-0 shadow mb-4"> <div class="card border-0 shadow mb-4">
<div class="card-body"> <div class="card-body">
<h1 class="h4">Таски</h1> <h1 class="h4">Таски</h1>