This commit is contained in:
alazo 2017-02-24 17:26:42 +01:00
parent e4ca0f9901
commit 5e59148fd9
3 changed files with 3 additions and 3 deletions

View file

@ -48,7 +48,7 @@ class Enseignant(models.Model):
def descr(self):
return '{0} (<A HREF="{1}">{2}</A>)'.format(self.__str__(), self.email, self.email)
return '{0} (<a href="mailto:{1}">{2}</A>)'.format(self.__str__(), self.email, self.email)