mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-05 01:16:27 +00:00
Methode str pour les clefs radius
This commit is contained in:
parent
76183df6a8
commit
73610c3417
1 changed files with 3 additions and 0 deletions
|
@ -274,6 +274,9 @@ class RadiusKey(AclMixin, models.Model):
|
|||
("view_radiuskey", "Peut voir un objet radiuskey"),
|
||||
)
|
||||
|
||||
def __str__(self):
|
||||
return "Clef radius " + str(self.id) + " " + str(self.comment)
|
||||
|
||||
|
||||
class Reminder(AclMixin, models.Model):
|
||||
"""Options pour les mails de notification de fin d'adhésion.
|
||||
|
|
Loading…
Reference in a new issue