From d6a4a6591ae7d4d37563a7e3ec8455b4389b626b Mon Sep 17 00:00:00 2001 From: neil Date: Tue, 13 Apr 2021 21:15:13 +0200 Subject: [PATCH] fixing incorrect admin link --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index af31bbd..83a326f 100644 --- a/templates/index.html +++ b/templates/index.html @@ -49,7 +49,7 @@ {{ "index_nojs"|tr(lang) }} {% if sncf_admin_token.is_some() %} - {{ "index_continueform_button"|tr(lang) }} + {{ "index_continueform_button"|tr(lang) }} {% endif %}