Skip to content

Commit 2ca9765

Browse files
committed
fix participant page in archiving sample
1 parent d3dbe6a commit 2ca9765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample/Archiving/templates/participant.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ <h3 class="panel-title">Instructions</h3>
5353
var apiKey = "{{ apiKey }}";
5454
var token = "{{ token }}";
5555
</script>
56-
<script src="/js/participant.js"></script>
56+
<script src="{{ url_for('static', filename='js/participant.js') }}"></script>
5757

5858
</div>
5959

0 commit comments

Comments
 (0)