From 9c843ee1452b4d2d5aaa1e51a3bc09609a8b7d14 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Tue, 12 Jun 2018 12:32:55 +1000 Subject: [PATCH] Fix the repo URL syntax on the Django template as well, since it's probably gonna be sticking around for a while --- lemoncurry/templates/lemoncurry/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lemoncurry/templates/lemoncurry/layout.html b/lemoncurry/templates/lemoncurry/layout.html index ec63085..1b31cf3 100644 --- a/lemoncurry/templates/lemoncurry/layout.html +++ b/lemoncurry/templates/lemoncurry/layout.html @@ -109,7 +109,7 @@ {% endif %} -

powered by {{ package.name }} {{ package.version }}

+

powered by {{ package.name }} {{ package.version }}