Skip to content
Snippets Groups Projects
Commit 5a41c509 authored by Marco De Donno's avatar Marco De Donno
Browse files

Patch the all donor list page

parent 48a47295
No related branches found
No related tags found
No related merge requests found
......@@ -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 }}" )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment