From f24410b9cb2c159fbd9f9714399c80f540d69bbe Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Mon, 21 Feb 2011 19:17:23 -0400 Subject: [PATCH] Added missing translation tag --- apps/common/templates/404.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/common/templates/404.html b/apps/common/templates/404.html index 3b629ecd0d..2cea36e3c0 100755 --- a/apps/common/templates/404.html +++ b/apps/common/templates/404.html @@ -1,6 +1,6 @@ {% extends "base.html" %} {% load i18n %} -{% block title %}Page not found{% endblock %} +{% block title %}{% trans "Page not found" %}{% endblock %} {% block content %}