mirror of
https://github.com/ae-utbm/sith.git
synced 2026-06-05 07:39:21 +00:00
remove Counter.token
Ce paramètre n'est plus utilisé, maintenant que la gestion de la session du comptoir se fait avec `request.barmen`
This commit is contained in:
+1
-4
@@ -793,10 +793,7 @@ class LinkType(models.Model):
|
||||
url_base = models.URLField(
|
||||
"url base",
|
||||
unique=True,
|
||||
help_text=_(
|
||||
"The base url that links with this type must respect (e.g. `%(url)s`)"
|
||||
)
|
||||
% {"url": "https://www.instagram.com"},
|
||||
help_text=_("The base url that links with this type must respect"),
|
||||
)
|
||||
icon = models.CharField(
|
||||
_("icon"),
|
||||
|
||||
Reference in New Issue
Block a user