Skip to content

Commit

Permalink
Also show subtitle on MIT certs.
Browse files Browse the repository at this point in the history
  • Loading branch information
tuchfarber committed Jul 2, 2018
1 parent 78d3f95 commit 6d6a462
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion edx_credentials_themes/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.16'
__version__ = '0.1.17'
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

<span class="accomplishment-course">
<span
class="accomplishment-course-name">{% block program_title %} {{ program_details.title }} {% endblock %}</span>
class="accomplishment-course-name">{% block program_title %} {{ program_details.title }}: {{ program_details.subtitle }} {% endblock %}</span>
<span class="accomplishment-program-type">PROFESSIONAL CERTIFICATE PROGRAM</span>
<span class="sr-only">{% trans "held during" as tmsg %}{{ tmsg | htmlescape }}</span>
<span class="accomplishment-course-dates">{% block program_dates %}{% endblock %}</span>
Expand Down

0 comments on commit 6d6a462

Please sign in to comment.