From c501187af98c6f4e19c4e93d4f73493225e33c4e Mon Sep 17 00:00:00 2001 From: mridulnagpal Date: Thu, 1 Dec 2016 17:18:36 +0530 Subject: [PATCH] frontpage view --- plinth/templates/base.html | 2 +- plinth/templates/index.html | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/plinth/templates/base.html b/plinth/templates/base.html index 7ac159078..b71811b70 100644 --- a/plinth/templates/base.html +++ b/plinth/templates/base.html @@ -160,7 +160,7 @@
{% block content_row %} -
+
{% block submenu %} {% if submenu %} {% endfor %} +
{% if user.is_authenticated and configure_url %} - {% trans "Configure »" %} {% endif %}