diff -r 5a24b0072800 -r b0e55e971315 templates/en/privacy.html --- a/templates/en/privacy.html Sat Jan 18 10:52:54 2014 +0100 +++ b/templates/en/privacy.html Sat Jan 18 10:57:40 2014 +0100 @@ -1,8 +1,8 @@ -{% extends _("theme.html") %} +{% extends "theme.html" %} {% block jumbotron %} - {% include _("en/jumbotron-submission.html") %} + {% include "jumbotron-submission.html" %} {% endblock %}