From 3b07340901f89df7a86d64aab1e64277830ca3cb Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Mon, 5 May 2014 21:47:22 +0200 Subject: About page is accessible when disconnected. --- pyaggr3g470r/templates/layout.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pyaggr3g470r/templates/layout.html') diff --git a/pyaggr3g470r/templates/layout.html b/pyaggr3g470r/templates/layout.html index 8ed66d89..d0656d32 100644 --- a/pyaggr3g470r/templates/layout.html +++ b/pyaggr3g470r/templates/layout.html @@ -78,6 +78,8 @@ + {% else %} +
  • {{ _('About') }}
  • {% endif %} -- cgit