From 083e56a4de632ab5a45ca9728c71ded4c9433b9f Mon Sep 17 00:00:00 2001 From: PCoder Date: Wed, 28 Jul 2021 19:16:33 +0530 Subject: [PATCH] Add admin/index.html template --- app/templates/app/admin/index.html | 66 ++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 app/templates/app/admin/index.html diff --git a/app/templates/app/admin/index.html b/app/templates/app/admin/index.html new file mode 100644 index 0000000..6cb5df1 --- /dev/null +++ b/app/templates/app/admin/index.html @@ -0,0 +1,66 @@ +{% extends "app/admin/base.html" %} +{% load static %} + {% block content %} +
+
+

Administration

+

+ Search engine and members directory for the Global Mountain Biodiversity Assessment (GMBA) research network. +

+ +

+ Access to this backend is restricted to members of the research group. + Please notify the developer if you + believe there to be any issues with the application. + The widget can be embedded using the following code: +

+
+ +

+ +

+ +
+
+ +
+


+

Developed by Datalets - e-mail: info@datalets.ch

+

MIT License ~ Open Source

+
+
+
+
+ {% endblock %} + + {% block css %} + + {% endblock %} + + + + \ No newline at end of file