summaryrefslogtreecommitdiff
path: root/postgresqleu
diff options
context:
space:
mode:
authorMagnus Hagander2019-07-09 16:31:59 +0000
committerMagnus Hagander2019-07-09 16:31:59 +0000
commitcb2cf8eeeb982e9f4f8794da3d119f96b13588ee (patch)
tree0276dd4c3b8ca50762c4af9371a5635ea544570f /postgresqleu
parentc4afa6a4093186f38d350231b05d05fc25be0d36 (diff)
Allow templates access to the allowedit property
Diffstat (limited to 'postgresqleu')
-rw-r--r--postgresqleu/confreg/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/postgresqleu/confreg/models.py b/postgresqleu/confreg/models.py
index f3ecc3ae..19b21011 100644
--- a/postgresqleu/confreg/models.py
+++ b/postgresqleu/confreg/models.py
@@ -200,7 +200,7 @@ class Conference(models.Model):
# Attributes that are safe to access in jinja templates
_safe_attributes = ('active', 'askfood', 'askbadgescan', 'askshareemail', 'asktshirt', 'asktwitter', 'asknick',
- 'callforpapersintro', 'callforpapersopen', 'callforpaperstags',
+ 'callforpapersintro', 'callforpapersopen', 'callforpaperstags', 'allowedit',
'conferencefeedbackopen', 'confurl', 'contactaddr', 'tickets',
'conferencedatestr', 'location', 'welcomemail',
'feedbackopen', 'skill_levels', 'urlname', 'conferencename')