We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97c6617 commit d362c94Copy full SHA for d362c94
fileupload/templates/fileupload/picture_jquery_form.html
@@ -233,6 +233,7 @@ <h3 class="title"></h3>
233
<script src="{{ STATIC_URL }}js/jquery.fileupload-jquery-ui.js"></script>
234
<!-- The main application script -->
235
<script src="{{ STATIC_URL }}js/main.js"></script>
236
+<script src="{{ STATIC_URL }}js/csrf.js"></script>
237
<script>
238
// Initialize the jQuery UI theme switcher:
239
$('#theme-switcher').change(function () {
0 commit comments