Fix members static file paths
This commit is contained in:
|
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 5.7 KiB |
|
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 5.0 KiB |
@@ -21,12 +21,12 @@
|
|||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.8.3/underscore-min.js"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.8.3/underscore-min.js"></script>
|
||||||
|
|
||||||
<!-- reCaptcha -->
|
<!-- reCaptcha -->
|
||||||
<script src="{% static "members/static/js/angular-recaptcha.js" %}"></script>
|
<script src="{% static "js/lib/angular-recaptcha.js" %}"></script>
|
||||||
<script src="https://www.google.com/recaptcha/api.js?onload=vcRecaptchaApiLoaded&render=explicit" async defer></script>
|
<script src="https://www.google.com/recaptcha/api.js?onload=vcRecaptchaApiLoaded&render=explicit" async defer></script>
|
||||||
|
|
||||||
<script src="{% static "members/static/css/jquery.noty.packaged.js" %}"></script>
|
<script src="{% static "js/lib/jquery.noty.packaged.js" %}"></script>
|
||||||
<script src="{% static "members/static/js/moment.js" %}"></script>
|
<script src="{% static "js/lib/moment.js" %}"></script>
|
||||||
<link href="{% static "members/static/css/simple-sidebar.css" %}" rel="stylesheet">
|
<link href="{% static "members/css/simple-sidebar.css" %}" rel="stylesheet">
|
||||||
|
|
||||||
<link rel="stylesheet" href="{% static "members/css/application.css" %}">
|
<link rel="stylesheet" href="{% static "members/css/application.css" %}">
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user