diff --git a/cms/models.py b/cms/models.py index 58d6861..ca5a6d7 100644 --- a/cms/models.py +++ b/cms/models.py @@ -47,7 +47,7 @@ class Enseignant(models.Model): return '{0} {1}'.format(self.nom, self.prenom) def descr(self): - return '{0} ({1})'.format(self.__str__(), self.email) + return '{0} ({3})'.format(self.__str__(), self.email, self.email) class SVG_Domaine: diff --git a/cms/static/css/main.css b/cms/static/css/main.css index 0f584d6..4b4728a 100644 --- a/cms/static/css/main.css +++ b/cms/static/css/main.css @@ -1,5 +1,6 @@ @CHARSET "UTF-8"; + #submenu { width:100%; background: #79aec8; diff --git a/templates/cms/index.html b/templates/cms/index.html index 5fd9712..a1f5c6d 100644 --- a/templates/cms/index.html +++ b/templates/cms/index.html @@ -79,9 +79,9 @@