aboutsummaryrefslogtreecommitdiff
path: root/templates/core.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/core.html')
-rw-r--r--templates/core.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/core.html b/templates/core.html
index 808dc4c..aaa95ce 100644
--- a/templates/core.html
+++ b/templates/core.html
@@ -11,8 +11,10 @@
<div class="container">
{% block content %}{% endblock %}
- <hr/>
- <pre>Generated by octopus v0.0.0</pre>
+<pre>
+Generated by <strong>octopus {{ base.version }}</strong>
+In compliance with the <a href="https://en.wikipedia.org/wiki/Affero_General_Public_License">AGPL</a> you can find the sources for this software <strong><a href="{{ base.source }}">here</a></strong>!
+</pre>
<div>
</body>
</html>