Commit a4e6f758 by Giulio Gratta

Merge pull request #112 from Stanford-Online/giulio/fix-big-help-modal-button

fixes URL of big help modal and fix ORA2 requirements SHA
parents 1154bfd9 99ba1c43
......@@ -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>
<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')}
</a>
</div>
......
......@@ -27,7 +27,7 @@
-e git+https://github.com/edx/bok-choy.git@82b4e82d79b9d4c6d087ebbfa26ea23235728e62#egg=bok_choy
-e git+https://github.com/edx-solutions/django-splash.git@9965a53c269666a30bb4e2b3f6037c138aef2a55#egg=django-splash
-e git+https://github.com/edx/acid-block.git@459aff7b63db8f2c5decd1755706c1a64fb4ebb1#egg=acid-xblock
-e git+https://github.com/Stanford-Online/edx-ora2.git@302ca7a03bb8d9e147dccee4c161d0c4016a2b4c#egg=edx-ora2
-e git+https://github.com/Stanford-Online/edx-ora2.git@26efae8fa1e0e8ea2843f9b794aeb3a8cf4f5578#egg=edx-ora2
-e git+https://github.com/edx/opaque-keys.git@c63412fc939cd094ddbc9c2ef71acb345e3b4eb7#egg=opaque-keys
-e git+https://github.com/edx/ease.git@97de68448e5495385ba043d3091f570a699d5b5f#egg=ease
-e git+https://github.com/edx/i18n-tools.git@f5303e82dff368c7595884d9325aeea1d802da25#egg=i18n-tools
......
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