From 0f4bbc86178d819cd993bddc3c59515c62327e4b Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Tue, 13 Sep 2016 22:49:51 -0700 Subject: [PATCH] portico: Add options to disable login and about links. This gives us a great deal more flexibility for controlling the context of the portico footer. --- templates/zerver/portico.html | 46 +++++++++++++++++++++-------------- zerver/context_processors.py | 2 ++ zproject/settings.py | 2 ++ 3 files changed, 32 insertions(+), 18 deletions(-) diff --git a/templates/zerver/portico.html b/templates/zerver/portico.html index 0522741f25..85f5c79920 100644 --- a/templates/zerver/portico.html +++ b/templates/zerver/portico.html @@ -24,11 +24,13 @@