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:
@ -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):
|
||||
|
Reference in New Issue
Block a user