From 3fbf3a5303516efe912a2682738c9d29ea482e6b Mon Sep 17 00:00:00 2001 From: Andre Anjos Date: Sun, 7 May 2017 17:55:20 +0200 Subject: [PATCH] Don't open a new window for the links --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index 3069e58..8844f2b 100644 --- a/templates/base.html +++ b/templates/base.html @@ -106,7 +106,7 @@ {% endif %} {% for name, link in LINKS %} -
  • {{ name }}
  • +
  • {{ name }}
  • {% endfor %}