Skip to content

Commit

Permalink
Fix load i18n in 404 template.
Browse files Browse the repository at this point in the history
  • Loading branch information
btenaglia committed May 26, 2015
1 parent 2b4aa2f commit cadd4be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/404.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% extends "base_site.html" %}
{% load i18n_ %}
{% load i18n %}

{% block title %}404 {% endblock %}

Expand Down

0 comments on commit cadd4be

Please sign in to comment.