1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-26 03:57:41 +02:00

Add symlinks per problem

This commit is contained in:
Yohann D'ANELLO
2020-06-02 22:07:54 +02:00
parent dd4171b0e8
commit 5ec2cf5acd
4 changed files with 27 additions and 4 deletions

View File

@ -303,7 +303,7 @@ class Team(models.Model):
send_mail(subject, message, "contact@tfjm.org", [user.email], html_message=message_html)
def __str__(self):
return self.trigram + " -- " + self.name
return self.trigram + " " + self.name
class Pool(models.Model):