From 9219d098a7abc0335a57a3eacd74368433e440da Mon Sep 17 00:00:00 2001 From: mahesh Date: Tue, 26 Apr 2016 15:29:34 +0530 Subject: minor changes in displaying user full name --- tbc_error_page/templates/error.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tbc_error_page/templates/error.html') diff --git a/tbc_error_page/templates/error.html b/tbc_error_page/templates/error.html index 237c7f3..057820e 100644 --- a/tbc_error_page/templates/error.html +++ b/tbc_error_page/templates/error.html @@ -6,8 +6,8 @@ {% block content %} -

TBC Error Page

-
Hi {{ user }}
+

TBC Error Page

+
Hi {{reviewer.get_full_name}}

TBC Broken Links page

{% if not context %}

There are no new errors

-- cgit