Skip to content

Commit

Permalink
Add program certificates for default program types
Browse files Browse the repository at this point in the history
  • Loading branch information
dyudyunov committed Mar 12, 2024
1 parent ab07087 commit b26852c
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{% extends 'credentials/programs/base.html' %}
{% load i18n_assets %}
{% load i18n %}
{% load static %}

{% block accomplishment_summary %}
{% trans "successfully completed all courses and received passing grades for a Professional Certificate in" as tmsg %} {{ tmsg | force_escape }}
{% endblock %}

{% block accomplishment_stamp_title %}
{% trans "Professional Certificate" as tmsg %}{{ tmsg | force_escape }}
{% endblock %}

{% block background_watermark %}
{% include 'openedx/images/example-watermark.svg' %}
{% endblock %}

{% block background_logo %}
{% include 'openedx/images/example-logo.svg'|translate_file_path %}
{% endblock %}

{% block platform_logo %}
<a class="logo" href="{{ site.siteconfiguration.lms_url_root }}">
<img src="{% static 'images/openedx-logo.png' %}">
</a>
{% endblock %}
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{% extends 'credentials/programs/base.html' %}
{% load i18n_assets %}
{% load i18n %}
{% load static %}

{% block accomplishment_summary %}
{% trans "successfully completed all courses and received passing grades for a Professional Certificate in" as tmsg %} {{ tmsg | force_escape }}
{% endblock %}

{% block accomplishment_stamp_title %}
{% trans "Professional Certificate" as tmsg %}{{ tmsg | force_escape }}
{% endblock %}

{% block background_watermark %}
{% include 'openedx/images/example-watermark.svg' %}
{% endblock %}

{% block background_logo %}
{% include 'openedx/images/example-logo.svg'|translate_file_path %}
{% endblock %}

{% block platform_logo %}
<a class="logo" href="{{ site.siteconfiguration.lms_url_root }}">
<img src="{% static 'images/openedx-logo.png' %}">
</a>
{% endblock %}

0 comments on commit b26852c

Please sign in to comment.