Fixed license and its position in base.html

This commit is contained in:
Swapnil Gupta 2016-12-20 09:12:59 +05:30 committed by James Valleroy
parent 5c8cbe6c6f
commit d1f5544ae0
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
2 changed files with 3 additions and 3 deletions

View File

@ -207,6 +207,7 @@
<footer>
{% block footer_block %}
<a href="{% static 'jslicense.html' %}" data-jslicense="1">JavaScript license information</a>
{% endblock %}
</footer>
@ -222,6 +223,5 @@
{% block app_js %}<!-- placeholder for app-specific js files -->{% endblock %}
{% block page_js %}<!-- placeholder for page-specific js files -->{% endblock %}
<a href="{% static 'jslicense.html' %}" data-jslicense="1">JavaScript license information</a>
</body>
</html>

View File

@ -10,9 +10,9 @@
<h1>JavaScript Web labels table</h1>
<table id="jslicense-labels1" style="text-align:center; width:500">
<tr>
<td><a href="/plinth/modules/xmpp/static/jsxc-plinth.js">jsxc-plinth.js</a></td>
<td><a href="/plinth/static/jsxc-plinth.js">jsxc-plinth.js</a></td>
<td><a href="https://www.gnu.org/licenses/agpl-3.0.html">GNU-AGPL-3.0-or-later</a></td>
<td><a href="/plinth/modules/xmpp/static/jsxc-plinth.js">jsxc-plinth.js</a></td>
<td><a href="/plinth/static/jsxc-plinth.js">jsxc-plinth.js</a></td>
</tr>
</table>
</body>