Skip to content
Snippets Groups Projects
Select Git revision
  • 92ef9519a15bddd63e4c27221542911248341985
  • master default protected
  • 2.0.0-alpha-11
  • 2.0.0-alpha-10
  • 2.0.0-alpha-9
  • 2.0.0-alpha-8
  • 2.0.0-alpha-7
  • 2.0.0-alpha-6
  • 2.0.0-alpha-5
  • 2.0.0-alpha-4
  • 2.0.0-alpha-3
  • 2.0.0-alpha-2
  • 2.0.0-alpha-1
  • 1.8.0
  • 1.7.0
  • 1.6.4
  • 1.6.3
  • 1.6.2
  • 1.6.1
  • 1.6.0
  • 1.5.5
  • 1.5.4
22 results

navbar.mustache

Blame
  • Forked from TO / Weby / ui-styleguide
    Source project has a limited visibility.
    __init__.py 460 B
    
    from django.conf import settings
    from django.core.urlresolvers import reverse
    from helios.views import election_shortcut
    
    TEMPLATE_BASE = settings.HELIOS_TEMPLATE_BASE or "helios/templates/base.html"
    
    # a setting to ensure that only admins can create an election
    ADMIN_ONLY = settings.HELIOS_ADMIN_ONLY
    
    # allow upload of voters via CSV?
    VOTERS_UPLOAD = settings.HELIOS_VOTERS_UPLOAD
    
    # allow emailing of voters?
    VOTERS_EMAIL = settings.HELIOS_VOTERS_EMAIL