Commit 3b997ed2 by Giulio Gratta

fix help modal button URL

parent 1154bfd9
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
<p>${_('Have <strong>general questions about {platform_name}</strong>? You can find lots of helpful information in the {platform_name} Help Center.').format(platform_name=platform_name)}</p> <p>${_('Have <strong>general questions about {platform_name}</strong>? You can find lots of helpful information in the {platform_name} Help Center.').format(platform_name=platform_name)}</p>
<div class="help-buttons"> <div class="help-buttons">
<a id="help-center-button" href="{url}" target="_blank"> <a id="help-center-button" href="http://stanfordonline.zendesk.com/hc" target="_blank">
${_('Access the Help Center')} ${_('Access the Help Center')}
</a> </a>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment