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