From 75016a069eca059ffd0190e509332810572092f5 Mon Sep 17 00:00:00 2001
From: Yasin <mohammed-yasin.rahman@lip6.fr>
Date: Thu, 6 Mar 2014 15:31:59 +0100
Subject: [PATCH] Fix: Template rendering error

---
 portal/templates/password_reset_confirm.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/portal/templates/password_reset_confirm.html b/portal/templates/password_reset_confirm.html
index 8f9d2f77..5701ab1e 100644
--- a/portal/templates/password_reset_confirm.html
+++ b/portal/templates/password_reset_confirm.html
@@ -1,6 +1,6 @@
 {% extends "layout.html" %}
 {% block content %}
-
+{% load i18n %}
 {% if validlink %}
 
 <div class="row">
-- 
2.47.0