Fix broken template
This commit is contained in:
parent
55c3d58b50
commit
d36ceaefe0
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ STATIC_ROOT = '/var/www/html/askbot/static'
|
|||
ADMIN_MEDIA_PREFIX = STATIC_URL + 'admin/'
|
||||
|
||||
# Make up some unique string, and don't share it with anybody.
|
||||
SECRET_KEY = '<%= askbotSecretKeyPassword %>'
|
||||
SECRET_KEY = '{% askbotSecretKeyPassword %}'
|
||||
|
||||
# List of callables that know how to import templates from various sources.
|
||||
TEMPLATE_LOADERS = (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue