Files @ 280a2c2d2098
Branch filter:

Location: symposion_app/symposion/conf.py

Rebecca Lovewell
Use {% load url from future %} in dashboard template

Using https://github.com/futurecolors/django-future-url
1
2
3
4
5
6
from appconf import AppConf


class SymposionAppConf(AppConf):

    VOTE_THRESHOLD = 3