mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-29 10:10:19 +00:00
Fixed license and its position in base.html
This commit is contained in:
parent
5c8cbe6c6f
commit
d1f5544ae0
@ -207,6 +207,7 @@
|
|||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
{% block footer_block %}
|
{% block footer_block %}
|
||||||
|
<a href="{% static 'jslicense.html' %}" data-jslicense="1">JavaScript license information</a>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
@ -222,6 +223,5 @@
|
|||||||
|
|
||||||
{% block app_js %}<!-- placeholder for app-specific js files -->{% endblock %}
|
{% block app_js %}<!-- placeholder for app-specific js files -->{% endblock %}
|
||||||
{% block page_js %}<!-- placeholder for page-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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@ -10,9 +10,9 @@
|
|||||||
<h1>JavaScript Web labels table</h1>
|
<h1>JavaScript Web labels table</h1>
|
||||||
<table id="jslicense-labels1" style="text-align:center; width:500">
|
<table id="jslicense-labels1" style="text-align:center; width:500">
|
||||||
<tr>
|
<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="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>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user