1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 18:08:21 +02:00

Card for wei templates

This commit is contained in:
Alexandre Iooss
2020-08-25 18:36:49 +02:00
parent bca301700d
commit 4cb162de87
21 changed files with 419 additions and 399 deletions

View File

@ -8,11 +8,11 @@ SPDX-License-Identifier: GPL-3.0-or-later
{% block content %}
{% if started_activities %}
<div class="card bg-info mb-3">
<div class="card bg-secondary text-white mb-3">
<h3 class="card-header text-center">
{% trans "Current activity" %}
</h3>
<div class="card-body">
<div class="card-body text-dark">
{% for activity in started_activities %}
{% include "activity/includes/activity_info.html" %}
{% endfor %}