update base.html

This commit is contained in:
Swapnil Gupta 2016-12-20 02:41:43 +05:30 committed by James Valleroy
parent 807255a40c
commit 5c8cbe6c6f
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -222,6 +222,6 @@
{% 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>
<a href="{% static 'jslicense.html' %}" data-jslicense="1">JavaScript license information</a>
</body>
</html>