add an "about this instance" page
This commit is contained in:
parent
675d8e16e1
commit
2ad3c3a2f6
|
@ -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 %}
|
||||||
|
|
Loading…
Reference in New Issue