From 2ad3c3a2f6eea4d76aa0741c8aa9b4a574d35bba Mon Sep 17 00:00:00 2001 From: stupidcomputer Date: Mon, 24 Jun 2024 02:47:16 -0500 Subject: [PATCH] add an "about this instance" page --- franklincce/explorer/templates/explorer/index.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/franklincce/explorer/templates/explorer/index.html b/franklincce/explorer/templates/explorer/index.html index c96d4f7..e9222f4 100644 --- a/franklincce/explorer/templates/explorer/index.html +++ b/franklincce/explorer/templates/explorer/index.html @@ -18,5 +18,13 @@ {% else %}

No texts available

{% endif %} + +

About this instance

+ +

+ This is a self hosted instance of explorer, a Django web app for exploring resolutions and bills in YMCA CCE conferences. + It's licensed under the AGPL. + The source code is available here and here. +

{% endblock content %}