Skip to content

Commit

Permalink
Updated the certificate for 2 certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
Albert (AJ) St. Aubin committed Jul 24, 2019
1 parent 401a77b commit 3851edf
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 3 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.27'
__version__ = '0.1.29'
Binary file modified edx_credentials_themes/locale/en/LC_MESSAGES/django.mo
Binary file not shown.
2 changes: 1 addition & 1 deletion edx_credentials_themes/locale/en/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 0.1a\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-02-19 17:23+0500\n"
"POT-Creation-Date: 2019-07-24 10:32-0400\n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: openedx-translation <[email protected]>\n"
Expand Down
Binary file modified edx_credentials_themes/locale/eo/LC_MESSAGES/django.mo
Binary file not shown.
2 changes: 1 addition & 1 deletion edx_credentials_themes/locale/eo/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 0.1a\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-02-19 17:23+0500\n"
"POT-Creation-Date: 2019-07-24 10:32-0400\n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: openedx-translation <[email protected]>\n"
Expand Down
Binary file modified edx_credentials_themes/locale/es_419/LC_MESSAGES/django.mo
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{% extends "../base.html" %}
{% load staticfiles %}
{% load html %}

{% block program_dates %}
Awarded {{user_credential.created|month}} {{user_credential.created|date:"Y"}}
{% endblock %}
{% block credit_amount %}4.0{% endblock %}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{% extends "../base.html" %}
{% load staticfiles %}
{% load html %}

{% block program_dates %}
Awarded {{user_credential.created|month}} {{user_credential.created|date:"Y"}}
{% endblock %}
{% block credit_amount %}4.0{% endblock %}

0 comments on commit 3851edf

Please sign in to comment.