Commit 2a0d0b7a by Omar Al-Ithawi

`All courses` link in the dashboard

parent fa444ce0
...@@ -211,7 +211,7 @@ ...@@ -211,7 +211,7 @@
<section class="empty-dashboard-message"> <section class="empty-dashboard-message">
% if settings.FEATURES.get('COURSES_ARE_BROWSABLE'): % if settings.FEATURES.get('COURSES_ARE_BROWSABLE'):
<p>${_("Looks like you haven't registered for any courses yet.")}</p> <p>${_("Looks like you haven't registered for any courses yet.")}</p>
<a href="${marketing_link('COURSES')}"> <a href="${reverse('edraak_all_courses')}">
${_("Find courses now!")} ${_("Find courses now!")}
</a> </a>
% else: % else:
......
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