Files @ 5b93b39f67e0
Branch filter:

Location: symposion_app/vendor/symposion/conf.py

Joel Addison
Improve slot editing

Fix placement of form to allow submit button to work again.
Display information about slot on the edit popup.
1
2
3
4
5
6
7
8
from django.conf import settings  # noqa

from appconf import AppConf


class SymposionAppConf(AppConf):

    VOTE_THRESHOLD = 3