add an "about this instance" page

This commit is contained in:
stupidcomputer 2024-06-24 02:47:16 -05:00
parent 675d8e16e1
commit 2ad3c3a2f6
1 changed files with 8 additions and 0 deletions

View File

@ -18,5 +18,13 @@
{% else %} {% else %}
<p>No texts available</p> <p>No texts available</p>
{% endif %} {% endif %}
<h2>About this instance</h2>
<p>
This is a self hosted instance of <i>explorer</i>, a Django web app for exploring resolutions and bills in YMCA CCE conferences.
It's licensed under the AGPL.
The source code is available <a href="https://git.beepboop.systems/stupidcomputer/yig">here</a> and <a href="https://github.com/stupidcomputer/yig">here</a>.
</p>
</div> </div>
{% endblock content %} {% endblock content %}