From 77f79ec64cd51975e7e121b412947e9de584f89d Mon Sep 17 00:00:00 2001 From: Thomas Steen Rasmussen Date: Mon, 20 Feb 2017 00:08:32 +0100 Subject: [PATCH] make the small logo link to the camp detail page when viewing a camp specific page --- src/templates/base.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/templates/base.html b/src/templates/base.html index 3c694f5d..53f00488 100644 --- a/src/templates/base.html +++ b/src/templates/base.html @@ -34,11 +34,14 @@ - - {% if request.resolver_match.kwargs.camp_slug and camp %} + {% if request.resolver_match.kwargs.camp_slug and camp %} + - {% else %} + + {% else %} + + {% endif %}