Adding Using Notify to the footer links

This commit is contained in:
Pete Herlihy
2017-08-30 15:28:55 +01:00
committed by Chris Hill-Scott
parent f7ff745872
commit 7a7e71ce5d
6 changed files with 6 additions and 7 deletions

View File

@@ -77,7 +77,7 @@ def create_api_key(service_id):
disabled_options = [KEY_TYPE_NORMAL]
option_hints = {KEY_TYPE_NORMAL: Markup(
'This option is not available because your service is in '
'<a href="{}">trial mode</a>'.format(url_for(".trial_mode"))
'<a href="{}#trial-mode">trial mode</a>'.format(url_for(".using_notify"))
)}
else:
disabled_options, option_hints = [], {}