Skip to content
Snippets Groups Projects
Commit 843c82c1 authored by Ben Adida's avatar Ben Adida
Browse files

updated setting sample and added sk checking to helios submod

parent e7629091
Branches
Tags
No related merge requests found
Subproject commit 8c0f02a0595508570839abfb5f39c9cb6ba50836 Subproject commit 029425d7535a357cb81a0a6d8617ea8028495512
...@@ -103,13 +103,13 @@ LOGOUT_ON_CONFIRMATION = True ...@@ -103,13 +103,13 @@ LOGOUT_ON_CONFIRMATION = True
URL_HOST = "http://localhost:8000" URL_HOST = "http://localhost:8000"
# election stuff # election stuff
SITE_TITLE = 'Helios Single Election Server' SITE_TITLE = 'Helios Election Server'
# FOOTER links # FOOTER links
FOOTER_LINKS = [{'url':'http://usg.princeton.edu/elections', 'text':'USG Elections Center'}] FOOTER_LINKS = []
FOOTER_LOGO = False FOOTER_LOGO = False
WELCOME_MESSAGE = "welcome" WELCOME_MESSAGE = "This is the default message"
AUTH_TEMPLATE_BASE = "server_ui/templates/base.html" AUTH_TEMPLATE_BASE = "server_ui/templates/base.html"
HELIOS_TEMPLATE_BASE = "server_ui/templates/base.html" HELIOS_TEMPLATE_BASE = "server_ui/templates/base.html"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment