Skip to content

Commit

Permalink
Fix landingpage creation when embargo end date does not exist
Browse files Browse the repository at this point in the history
  • Loading branch information
lwesterhof committed Sep 26, 2023
1 parent 0b13893 commit 687e9f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/landingpage.html.j2
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@
<span>{{ last_modified_date }}</span>
</div>
</div>
{% if embargo_end_date | length > 0 %}
{% if embargo_end_date %}
<div class="row">
<div class="col-sm-2">
<label>Embargo End Date</label>
Expand Down

0 comments on commit 687e9f1

Please sign in to comment.