From 97a8bd437d66451cb8d3875b88bb3ff03b63ddc5 Mon Sep 17 00:00:00 2001
From: David Schmitz <schmitz@lrz.de>
Date: Mon, 23 Jul 2018 13:57:04 +0000
Subject: [PATCH] fix in activation_complete template

---
 templates/registration/activation_complete.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/registration/activation_complete.txt b/templates/registration/activation_complete.txt
index c411bdd5..dfc16881 100644
--- a/templates/registration/activation_complete.txt
+++ b/templates/registration/activation_complete.txt
@@ -2,4 +2,4 @@ Your account with username {{ user.username }} has been activated.
 
 You may login to FoD using the following URL:
 
-http://{{ site.domain }}{% url login % }
+http://{{ site.domain }}{% url login %}
-- 
GitLab