From 6fda4b4c582c4e536344a85594edcd11db0788c5 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