backoffice: use real character for em dash in footer (#18189)

This commit is contained in:
Frédéric Péters 2017-09-02 19:40:04 +02:00
parent 3ee9044971
commit be0e1f50eb
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{% extends "gadjo/base.html" %}
{% block page-title %}{{ page_title }}{% endblock %}
{% block site-title %}{{ site_name }}{% endblock %}
{% block footer %}w.c.s. &emdash; Copyright © Entr'ouvert{% endblock %}
{% block footer %}w.c.s. Copyright © Entr'ouvert{% endblock %}
{% block gadjo-js %}
<link rel="stylesheet" type="text/css" media="all" href="{{ STATIC_URL }}css/dc2/admin.css"/>