From f1e089f7736ac8f7b9af784461350c4c169211ad Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Fri, 22 Aug 2008 10:41:25 +0800 Subject: Use django-registration infrastructure Signed-off-by: Jeremy Kerr --- templates/patchwork/profile.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/patchwork/profile.html') diff --git a/templates/patchwork/profile.html b/templates/patchwork/profile.html index 35f3d4f..81005a3 100644 --- a/templates/patchwork/profile.html +++ b/templates/patchwork/profile.html @@ -1,4 +1,4 @@ -{% extends "patchwork/base.html" %} +{% extends "base.html" %} {% block title %}User Profile: {{ user.username }}{% endblock %} {% block heading %}User Profile: {{ user.username }}{% endblock %} -- cgit v1.2.3