Skip to content

Commit

Permalink
Fix errors by loading correct filters in template
Browse files Browse the repository at this point in the history
  • Loading branch information
tuchfarber authored and waheedahmed committed Jul 4, 2018
1 parent 9d5e727 commit 77ffb9c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
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.17'
__version__ = '0.1.18'
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{% extends "../base.html" %}
{% load staticfiles %}
{% load html %}

{% block program_title %} Architecture and Systems Engineering: Models and Methods to Manage Complex Systems {% endblock %}
{% block program_dates %}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{% extends "../base.html" %}
{% load staticfiles %}
{% load html %}

{% block program_title %} Architecture and Systems Engineering: Models and Methods to Manage Complex Systems {% endblock %}
{% block program_dates %}
Expand Down

0 comments on commit 77ffb9c

Please sign in to comment.