From ee4cbf4b02f0e8d7856baa1f57e7a08a725f4579 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Sun, 25 Mar 2018 14:43:46 +0200 Subject: [PATCH] Move waitlist message template into admin framework --- template/confreg/admin_waitlist_inactive.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/confreg/admin_waitlist_inactive.html b/template/confreg/admin_waitlist_inactive.html index 3855cd1..f68064d 100644 --- a/template/confreg/admin_waitlist_inactive.html +++ b/template/confreg/admin_waitlist_inactive.html @@ -1,4 +1,4 @@ -{%extends "base.html" %} +{%extends "confreg/confadmin_base.html" %} {%block title%}Conference waitlist{%endblock%} {%block layoutblock%}

Conference waitlist

-- 2.39.5