summaryrefslogtreecommitdiff
path: root/tmpl
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tmpl/index.html3
-rw-r--r--tmpl/index_login.html3
2 files changed, 6 insertions, 0 deletions
diff --git a/tmpl/index.html b/tmpl/index.html
index d55c929..6f22fd0 100644
--- a/tmpl/index.html
+++ b/tmpl/index.html
@@ -140,6 +140,9 @@
-->
</div>
</div>
+ <footer>
+ CCA Selection System, licensed under the GNU Affero General Public License, version 3.0 or any later version. Source code available at <a href="{{.source}}"><code>{{.source}}</code></a>.
+ </footer>
<script src="static/main.js"></script>
<script>
document.addEventListener("DOMContentLoaded", () => {
diff --git a/tmpl/index_login.html b/tmpl/index_login.html
index d1846f7..55aeadc 100644
--- a/tmpl/index_login.html
+++ b/tmpl/index_login.html
@@ -79,6 +79,9 @@
</form>
</div>
</main>
+ <footer>
+ CCA Selection System, licensed under the GNU Affero General Public License, version 3.0 or any later version. Source code available at <a href="{{.source}}"><code>{{.source}}</code></a>.
+ </footer>
</body>
</html>
{{- end -}}