mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-06-21 09:18:23 +02:00
First important informations
Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
@ -7,11 +7,11 @@
|
||||
</div>
|
||||
<div class="card-body">
|
||||
{% for information in user.registration.important_informations %}
|
||||
<div class="card">
|
||||
<div class="card my-2">
|
||||
<div class="card-header bg-dark-subtle">
|
||||
<h4 class="card-title">{{ information.title }}</h4>
|
||||
<h5 class="card-title">{{ information.title }}</h5>
|
||||
</div>
|
||||
<div class="card-body bg-warning-subtle">
|
||||
<div class="card-body bg-{{ information.type }}-subtle">
|
||||
{{ information.content|safe }}
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user