mailto
This commit is contained in:
parent
e4ca0f9901
commit
5e59148fd9
3 changed files with 3 additions and 3 deletions
|
|
@ -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)
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue