1
0
Fork 0
mirror of https://bitbucket.org/oreolek/imaginary-realities.git synced 2024-06-01 07:48:18 +03:00
imaginary-realities/templates/volume07_issue03/copyright/index.html
richard.m.tew@gmail.com df44200fff First set of files.
2015-07-24 11:48:16 +12:00

12 lines
474 B
HTML

{% extends "issue/other/index.html" %}
{% block page_title %}Copyright{% endblock %}
{% block other_content %}
<p>
This issue of Imaginary Realities is copyright © 2015 Jennifer Melchert, Matthew Sheahan, Richard Tew, Richard Woolcock.
</p>
<p>
All authors retain copyright to their work, and have made their work available under the
<a href="{{tp.license_link}}">{{tp.license_text}}</a> license, which allows us to publish it.
</p>
{% endblock %}