From eff9f619c73d267c1282e5e7274f6dabe329880f Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Wed, 27 Nov 2019 00:21:51 -0800 Subject: [PATCH] ikiwiki: Move the create button to manage section - Also make it the default button rather than primary button to avoid multiple primary buttons in the page. Signed-off-by: Sunil Mohan Adapa Reviewed-by: James Valleroy --- .../ikiwiki/templates/ikiwiki_configure.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/plinth/modules/ikiwiki/templates/ikiwiki_configure.html b/plinth/modules/ikiwiki/templates/ikiwiki_configure.html index 6c9a62dc2..071818528 100644 --- a/plinth/modules/ikiwiki/templates/ikiwiki_configure.html +++ b/plinth/modules/ikiwiki/templates/ikiwiki_configure.html @@ -21,19 +21,19 @@ {% load bootstrap %} {% load i18n %} -{% block status %} - - - {% trans 'Create Wiki or Blog' %} - -{% endblock %} - {% block configuration %} {{ block.super }}

{% trans "Manage Wikis and Blogs" %}

+ +
{% if not sites %}