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

Use environment rather than hardcoding strings, closes #36

This commit is contained in:
Yohann D'ANELLO
2020-03-11 13:24:48 +01:00
parent 06c97d75a0
commit a128ed4803
8 changed files with 35 additions and 13 deletions

View File

@ -1,4 +1,4 @@
{% load static i18n pretty_money static %}
{% load static i18n pretty_money static getenv %}
{% comment %}
SPDX-License-Identifier: GPL-3.0-or-later
{% endcomment %}
@ -128,7 +128,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
class="form-inline">
<span class="text-muted mr-1">
NoteKfet2020 &mdash;
<a href="mailto:tresorie.bde@lists.crans.org"
<a href="mailto:tresorie.bde@{{ "MAILING_LIST_DOMAIN" | getenv }}"
class="text-muted">Nous contacter</a> &mdash;
</span>
{% csrf_token %}