mirror of https://gitlab.crans.org/bde/nk20
Make page title always white
This commit is contained in:
parent
a3af2b0d9a
commit
8c46321c95
|
@ -155,7 +155,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
|
|||
{% trans "Your e-mail address is not validated. Please check your mail inbox and click on the validation link." %}
|
||||
</div>
|
||||
{% endif %}
|
||||
{% block contenttitle %}<h1>{{ title }}</h1>{% endblock %}
|
||||
{% block contenttitle %}<h1 class="text-white">{{ title }}</h1>{% endblock %}
|
||||
<div class="alert alert-warning alert-dismissible">
|
||||
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button>
|
||||
Attention : la Note Kfet 2020 est en phase de beta. Des fonctionnalités pourront être rajoutées d'ici à la version
|
||||
|
|
Loading…
Reference in New Issue