diff --git a/apps/common/templates/generic_confirm.html b/apps/common/templates/generic_confirm.html index 35f0bd6242..c67ecb3fd5 100755 --- a/apps/common/templates/generic_confirm.html +++ b/apps/common/templates/generic_confirm.html @@ -1,6 +1,6 @@ -{% extends 'base.html' %} +{% extends "base.html" %} {% load i18n %} -{% block title %} :: {% trans 'Confirm' %} {{ title }}{% endblock %} +{% block title %} :: {% trans "Confirm" %} {{ title }}{% endblock %} {% block sidebar %} {% for subtemplate in subtemplates %} @@ -12,37 +12,36 @@