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 %}