Moving static/user to static/custom to prevent future conflicts.

Brian E. Granger 13 years ago
parent ba974a28f7
commit 1a74c2c0a6

@ -23,7 +23,7 @@
{% endif %}
{% endblock lesscss%}
{% endblock %}
<link rel="stylesheet" href="{{ static_url("user/css/custom.css") }}" type="text/css" />
<link rel="stylesheet" href="{{ static_url("custom/css/custom.css") }}" type="text/css" />
{% block meta %}
@ -69,7 +69,7 @@
{% endif %}
{% endblock %}
<script src="{{static_url("user/js/custom.js") }}" type="text/javascript" charset="utf-8"></script>
<script src="{{static_url("custom/js/custom.js") }}" type="text/javascript" charset="utf-8"></script>
</body>

Loading…
Cancel
Save