Adjusted the return URL to work when in test mode
This commit is contained in:
parent
f52881b81f
commit
9bd18406cf
1 changed files with 2 additions and 1 deletions
|
|
@ -162,7 +162,8 @@ use_assets_cdn = False
|
||||||
# A list of links (tuples (title, URL))
|
# A list of links (tuples (title, URL))
|
||||||
# links = [('Example link', 'http://example.org'),
|
# links = [('Example link', 'http://example.org'),
|
||||||
# ('Another link', 'http://example.org')]
|
# ('Another link', 'http://example.org')]
|
||||||
links = [('back to duckland.org home page', 'http://www.duckland.org')]
|
#links = [('back to duckland.org home page', 'http://www.duckland.org')]
|
||||||
|
links = [('back to duckland.org home page', '/')]
|
||||||
|
|
||||||
# Google Analytics tracking code (UA-xxxx-x)
|
# Google Analytics tracking code (UA-xxxx-x)
|
||||||
# google_analytics = ''
|
# google_analytics = ''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue