From 0bdcbd741c32c7d6a85b16a24968df00d9cb0584 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Tue, 15 May 2018 15:00:12 +0100 Subject: Add import users from Krock's mod list feature --- app/templates/admin/list.html | 12 ++++++++++++ app/templates/admin/switch_user_page.html | 2 ++ 2 files changed, 14 insertions(+) (limited to 'app/templates/admin') diff --git a/app/templates/admin/list.html b/app/templates/admin/list.html index 1c0301e..1db3247 100644 --- a/app/templates/admin/list.html +++ b/app/templates/admin/list.html @@ -9,4 +9,16 @@
  • User list
  • Sign in as another user
  • + +
    +

    Do action

    + +
    + + + +
    +
    {% endblock %} diff --git a/app/templates/admin/switch_user_page.html b/app/templates/admin/switch_user_page.html index 0149786..7d4a4a2 100644 --- a/app/templates/admin/switch_user_page.html +++ b/app/templates/admin/switch_user_page.html @@ -5,6 +5,8 @@ {% endblock %} {% block content %} +

    Log in as another user

    + {% from "macros/forms.html" import render_field, render_submit_field %}
    {{ form.hidden_tag() }} -- cgit v1.2.3