-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated the certificate for 2 certificates
- Loading branch information
Albert (AJ) St. Aubin
committed
Jul 24, 2019
1 parent
401a77b
commit 3851edf
Showing
8 changed files
with
19 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = '0.1.27' | ||
__version__ = '0.1.29' |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
Binary file not shown.
8 changes: 8 additions & 0 deletions
8
...emplates/mitpe/credentials/programs/07748f41-9ef7-4654-b0af-f95da3b09d32/certificate.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 %} |
8 changes: 8 additions & 0 deletions
8
...emplates/mitpe/credentials/programs/f0e35ccb-73eb-41a1-a150-e57bd36c8eac/certificate.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 %} |