Skip to content
Commits on Source (1)
......@@ -66,7 +66,7 @@
$( "<span />" ).text( ">" )
)
.append(
{% if submission_uuid != null %}
{% if submission_uuid is not none %}
$( "<a />" )
.attr( "href", "{{ url_for( 'submission.admin_submission_home', submission_id = submission_uuid ) }}" )
.text( "{{ selector }}" )
......