Skip to content

Commit d362c94

Browse files
committed
Add csrf.js, as suggested by @ET-CS, fixes sigurdga#49.
1 parent 97c6617 commit d362c94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fileupload/templates/fileupload/picture_jquery_form.html

+1
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ <h3 class="title"></h3>
233233
<script src="{{ STATIC_URL }}js/jquery.fileupload-jquery-ui.js"></script>
234234
<!-- The main application script -->
235235
<script src="{{ STATIC_URL }}js/main.js"></script>
236+
<script src="{{ STATIC_URL }}js/csrf.js"></script>
236237
<script>
237238
// Initialize the jQuery UI theme switcher:
238239
$('#theme-switcher').change(function () {

0 commit comments

Comments
 (0)