fix template variable

This commit is contained in:
Gabe Mulley
2017-10-26 09:14:05 -04:00
parent 224cca69ae
commit 0fc3589cfa

View File

@@ -1,7 +1,8 @@
{% load i18n %}
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title lang="{{ get_current_language | default:"en" }}">
{% get_current_language as LANGUAGE_CODE %}
<title lang="{{ LANGUAGE_CODE|default:"en" }}">
{% block title %}
{% trans "edX Email" %}
{% endblock %}