Skip to content
GitLab
Explore
Sign in
Commits on Source (1)
Patch the all donor list page
· 5a41c509
Marco De Donno
authored
Jan 06, 2020
5a41c509
Hide whitespace changes
Inline
Side-by-side
views/submission/templates/admin/tenprint_list.html
View file @
5a41c509
...
@@ -66,7 +66,7 @@
...
@@ -66,7 +66,7 @@
$
(
"
<span />
"
).
text
(
"
>
"
)
$
(
"
<span />
"
).
text
(
"
>
"
)
)
)
.
append
(
.
append
(
{
%
if
submission_uuid
!=
null
%
}
{
%
if
submission_uuid
is
not
none
%
}
$
(
"
<a />
"
)
$
(
"
<a />
"
)
.
attr
(
"
href
"
,
"
{{ url_for( 'submission.admin_submission_home', submission_id = submission_uuid ) }}
"
)
.
attr
(
"
href
"
,
"
{{ url_for( 'submission.admin_submission_home', submission_id = submission_uuid ) }}
"
)
.
text
(
"
{{ selector }}
"
)
.
text
(
"
{{ selector }}
"
)
...
...