card for set
This commit is contained in:
parent
514fa9f370
commit
5cd2d00933
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user