mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
Fixed license and its position in base.html
This commit is contained in:
parent
5c8cbe6c6f
commit
d1f5544ae0
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user