Fix trans template tag error

Trans template tag requires `{% load i18n %}` at top of template.
This commit is contained in:
Marlon 2015-10-28 22:47:52 -05:00
parent a67d23139c
commit 3c6ce9dfc0

View File

@ -1,4 +1,5 @@
{% load staticfiles %}
{% load i18n %}
{% load rest_framework %}
<!DOCTYPE html>
<html>