Skip to content

Commit

Permalink
Hide colon behind flag
Browse files Browse the repository at this point in the history
  • Loading branch information
tuchfarber committed Jul 2, 2018
1 parent 6d6a462 commit 9d5e727
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,14 @@

<span class="accomplishment-course">
<span
class="accomplishment-course-name">{% block program_title %} {{ program_details.title }}: {{ program_details.subtitle }} {% endblock %}</span>
class="accomplishment-course-name">
{% block program_title %}
{{ program_details.title }}
{% if program_details.subtitle %}
: {{ program_details.subtitle }}
{% endif %}
{% 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 9d5e727

Please sign in to comment.