We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3dbe6a commit 2ca9765Copy full SHA for 2ca9765
sample/Archiving/templates/participant.html
@@ -53,7 +53,7 @@ <h3 class="panel-title">Instructions</h3>
53
var apiKey = "{{ apiKey }}";
54
var token = "{{ token }}";
55
</script>
56
- <script src="/js/participant.js"></script>
+ <script src="{{ url_for('static', filename='js/participant.js') }}"></script>
57
58
</div>
59
0 commit comments