Version 2
This commit is contained in:
parent
4c2549e8a4
commit
52cca0ce67
3 changed files with 6 additions and 7 deletions
|
|
@ -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} (<A HREF="{1}">{3}</A>)'.format(self.__str__(), self.email, self.email)
|
||||
|
||||
|
||||
class SVG_Domaine:
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
@CHARSET "UTF-8";
|
||||
|
||||
|
||||
#submenu {
|
||||
width:100%;
|
||||
background: #79aec8;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue