From 88cb843604b599286ddcf0b7de18a38788db7b8f Mon Sep 17 00:00:00 2001 From: Ben Adida <ben@adida.net> Date: Thu, 5 Aug 2010 17:40:25 -0700 Subject: [PATCH] featuring elections is now more limited --- helios | 2 +- settings.py.sample | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/helios b/helios index ab6991d..be0a836 160000 --- a/helios +++ b/helios @@ -1 +1 @@ -Subproject commit ab6991d1c220c9200266af7cf16af8f9163eff30 +Subproject commit be0a83655777db5865942f3663239f6a83ad60d7 diff --git a/settings.py.sample b/settings.py.sample index b145fc6..846084c 100644 --- a/settings.py.sample +++ b/settings.py.sample @@ -117,7 +117,6 @@ WELCOME_MESSAGE = "This is the default message" AUTH_TEMPLATE_BASE = "server_ui/templates/base.html" HELIOS_TEMPLATE_BASE = "server_ui/templates/base.html" HELIOS_ADMIN_ONLY = False -HELIOS_ADMIN = None HELIOS_VOTERS_UPLOAD = True HELIOS_VOTERS_EMAIL = True -- GitLab