Commit 96120451 by Giulio Gratta

change text on courses page to be more general and work as homepage for CME

parent 8a6b0388
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
% endif % endif
</div> </div>
% if self.stanford_theme_enabled(): % if self.stanford_theme_enabled():
<h2>${_("Explore free courses from {university_name}.").format(university_name="Stanford University")}</h2> <h2>${_("Public courses from {university_name}!").format(university_name="Stanford University")}</h2>
% else: % else:
<h2>${_("Explore free courses from leading universities.")}</h2> <h2>${_("Explore free courses from leading universities.")}</h2>
% endif % endif
......
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