mirror of
https://gitlab.crans.org/mediatek/med.git
synced 2025-06-30 07:11:09 +02:00
Fix site name
This commit is contained in:
@ -175,8 +175,6 @@ PASSWORD_HASHERS = (
|
||||
)
|
||||
|
||||
AUTH_USER_MODEL = 'users.User'
|
||||
LOGIN_URL = '/login/'
|
||||
LOGIN_REDIRECT_URL = '/'
|
||||
SITE_NAME = "Med"
|
||||
|
||||
# Association information
|
||||
|
@ -9,7 +9,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
|
||||
{% block title %}Accueil{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h1>Bienvenue sur {{ site_name }}, notre base de données.</h1>
|
||||
<h1>Bienvenue sur la base de données de la Mediatek.</h1>
|
||||
<h1>Welcome to procrastination heaven !</h1>
|
||||
|
||||
<p class="lead">
|
||||
|
Reference in New Issue
Block a user