Add htmlicon field to all sessions
authorMagnus Hagander <magnus@hagander.net>
Sun, 18 Nov 2018 18:01:53 +0000 (19:01 +0100)
committerMagnus Hagander <magnus@hagander.net>
Sun, 18 Nov 2018 18:01:53 +0000 (19:01 +0100)
commit2a3a3af675e5f6d13b5d53b7b5fd80b6de3baf64
tree1fe2a504b200add5bc33f750d245de8c5a2a2010
parentfa5e34b656331c1f5c24074521981662c956a689
Add htmlicon field to all sessions

This makes it possible to store a HTML icon for the session, such as a
coffee mug or similar, in the record instead of having ugly
if-this-then-that chains in the template comparing the name of the
session.
docs/confreg/schedule.md
postgresqleu/confreg/backendforms.py
postgresqleu/confreg/migrations/0036_htmlicon.py [new file with mode: 0644]
postgresqleu/confreg/models.py
postgresqleu/confreg/views.py