summaryrefslogtreecommitdiffstats
path: root/templates/license.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/license.html')
-rw-r--r--templates/license.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/license.html b/templates/license.html
new file mode 100644
index 0000000..ace73cc
--- /dev/null
+++ b/templates/license.html
@@ -0,0 +1,11 @@
+<div class="license">
+ <div class="cc-by-sa-logo">
+ <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">
+ <img alt="Creative Commons-lisens"
+ src="{{ get_url(path="cc-by-sa-logo.jpg") | safe }}" />
+ </a>
+ </div>
+ <div class="license-text">
+ {{ trans(key="lic_content", lang=lang) | markdown | safe }}
+ </div>
+</div>