fix template variable

parent 224cca69
{% 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 %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment