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

This commit is contained in:
Brian E. Granger 2013-05-16 18:05:41 -07:00
parent ba974a28f7
commit 1a74c2c0a6
3 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
{% endif %} {% endif %}
{% endblock lesscss%} {% endblock lesscss%}
{% endblock %} {% 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 %} {% block meta %}
@ -69,7 +69,7 @@
{% endif %} {% endif %}
{% endblock %} {% 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> </body>