Commit 89e74049 by Tyler Hallada

Add copy preceding course list in upgrade reminder

parent de072f8d
...@@ -50,6 +50,9 @@ ...@@ -50,6 +50,9 @@
</p> </p>
{% if course_ids|length > 1 and course_ids|length < 10 %} {% if course_ids|length > 1 and course_ids|length < 10 %}
<p>
{% trans "You are eligible to upgrade in these courses:" %}
</p>
<ul style="margin-bottom: 30px;"> <ul style="margin-bottom: 30px;">
{% for course_link in course_links %} {% for course_link in course_links %}
<li> <li>
......
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