online status
This commit is contained in:
parent
df91cf50f8
commit
514fa9f370
@ -6,7 +6,9 @@
|
|||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<h1 class="h4">{{ set.name }}</h1>
|
<h1 class="h4">{{ set.name }}</h1>
|
||||||
<p>{{ set.description }}</p>
|
{% autoescape off %}
|
||||||
|
{{ set.description }}
|
||||||
|
{% endautoescape %}
|
||||||
<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