Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Helios Server
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TO
Helios Server
Commits
843c82c1
Commit
843c82c1
authored
14 years ago
by
Ben Adida
Browse files
Options
Downloads
Patches
Plain Diff
updated setting sample and added sk checking to helios submod
parent
e7629091
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
helios
+1
-1
1 addition, 1 deletion
helios
settings.py.sample
+3
-3
3 additions, 3 deletions
settings.py.sample
with
4 additions
and
4 deletions
helios
@
029425d7
Compare
8c0f02a0
...
029425d7
Subproject commit
8c0f02a0595508570839abfb5f39c9cb6ba50836
Subproject commit
029425d7535a357cb81a0a6d8617ea8028495512
This diff is collapsed.
Click to expand it.
settings.py.sample
+
3
−
3
View file @
843c82c1
...
@@ -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 = "
welcom
e"
WELCOME_MESSAGE = "
This is the default messag
e"
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"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment