Renommage partiel Pierre Coullery

This commit is contained in:
Claude Paroz 2022-08-19 13:23:24 +02:00
parent b9363bee67
commit 9fe46d2174
2 changed files with 3 additions and 3 deletions

View file

@ -103,7 +103,7 @@ FILE_UPLOAD_HANDLERS = ["django.core.files.uploadhandler.TemporaryFileUploadHand
STATICFILES_STORAGE = 'django.contrib.staticfiles.storage.ManifestStaticFilesStorage'
ALLOWED_HOSTS = ['localhost', 'stages.pierre-coullery.ch']
ALLOWED_HOSTS = ['localhost', 'cpne-2s-stages.s2.rpn.ch']
# candidats admin shows confirmation_date readonly field twice.
SILENCED_SYSTEM_CHECKS = ['admin.E012']
@ -121,7 +121,7 @@ SUMMERNOTE_CONFIG = {
}
}
FABRIC_HOST = 'gestion.pierre-coullery.ch'
FABRIC_HOST = 'cpne-2s-stages.s2.rpn.ch'
FABRIC_USERNAME = ''
INSTRUCTOR_IMPORT_MAPPING = {

View file

@ -6,7 +6,7 @@
{% block extrastyle %}<link rel="stylesheet" type="text/css" href="{% static 'css/stages.css' %}">{% endblock %}
{% block branding %}
<h1 id="site-name">École Pierre-Coullery<br>Gestion de la pratique professionnelle</h1>
<h1 id="site-name">CPNE - Pôle santé et social<br>Gestion de la pratique professionnelle</h1>
{% endblock %}
{% block nav-global %}{% endblock %}