From ce84719c62e423dd14d8c9186577710f3fa7678d Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Tue, 7 Oct 2014 14:53:10 +0100 Subject: Move diligency table to bottom of page. Not that useful in most cases, only if you wanted some admin competition on category entering/checking. Fixes #739. --- templates/web/base/admin/bodies.html | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/templates/web/base/admin/bodies.html b/templates/web/base/admin/bodies.html index 8bf7954f3..557205e4f 100644 --- a/templates/web/base/admin/bodies.html +++ b/templates/web/base/admin/bodies.html @@ -1,7 +1,5 @@ [% INCLUDE 'admin/header.html' title=loc('Bodies') -%] -[% INCLUDE 'admin/edit-league.html' %] - [% IF bodies.size == 0 %]

[% loc('Currently no bodies have been created.') %] @@ -60,16 +58,13 @@ [% END %] -[% IF c.cobrand.moniker == 'zurich' %] - [% IF admin_type == 'super' %] -

[% loc('Add body') %]

- [% INCLUDE 'admin/body-form.html', body='' %] - [% END %] -[% ELSE %] +[% IF c.cobrand.moniker != 'zurich' OR admin_type == 'super' %]

[% loc('Add body') %]

[% INCLUDE 'admin/body-form.html', body='' %]
[% END %] +[% INCLUDE 'admin/edit-league.html' %] + [% INCLUDE 'admin/footer.html' %] -- cgit v1.2.3