aboutsummaryrefslogtreecommitdiffstats
path: root/templates/registration
diff options
context:
space:
mode:
authorAndrea Lepori <aleporia@gmail.com>2023-02-23 13:04:50 +0100
committerAndrea Lepori <aleporia@gmail.com>2023-02-23 13:05:10 +0100
commite489173e7ccbe7593e263b705c7937ff5be62b10 (patch)
tree929c2d90eb06cd652b9236006c97cb31a4e6922f /templates/registration
parentfix missing variable for medic export (diff)
downloadscout-subs-e489173e7ccbe7593e263b705c7937ff5be62b10.tar.gz
scout-subs-e489173e7ccbe7593e263b705c7937ff5be62b10.zip
add prototype for table of users
Diffstat (limited to 'templates/registration')
-rw-r--r--templates/registration/base_admin.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/registration/base_admin.html b/templates/registration/base_admin.html
index dc641c0..d419dd2 100644
--- a/templates/registration/base_admin.html
+++ b/templates/registration/base_admin.html
@@ -8,6 +8,7 @@
{% load static %}
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="{% static 'materialize.min.css' %}">
+ <link rel="stylesheet" type="text/css" href="{% static 'tabulator/css/tabulator.min.css' %}">
<style>
input[type=text]:focus + label, .materialize-textarea:focus:not([readonly]) + label {
color: {{hexcolor}} !important;
@@ -163,6 +164,7 @@
<script type="text/javascript" src="{% static 'jquery-3.5.1.min.js' %}"></script>
<script type="text/javascript" src="{% static 'materialize.min.js' %}"></script>
<script type="text/javascript" src="{% static 'lazyload.js' %}"></script>
+ <script type="text/javascript" src="{% static 'tabulator/js/tabulator.min.js' %}"></script>
{% block script_import %}
{% endblock %}
<script>