Skip to content

Commit

Permalink
additional_checks_table.html: Add checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed (ODSC) committed Oct 2, 2024
1 parent 0a0cee7 commit 041469d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions cove_bods/templates/cove_bods/additional_checks_table.html
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,20 @@
{% blocktrans %}The creation date of an annotation on this Statement is in the future.{%endblocktrans%}
</td>
<td>
{% trans 'Annotation creation date (creationDate)' %}: {{ additional_check.creation_date }}
</td>
<td>
{{ additional_check.statement }}
</td>
</tr>
{% elif additional_check.type == "statement_publication_date_is_future_date" %}
{# Currently this applies to 0.4+ #}
<tr>
<td>
{% blocktrans %}This Statement has a publication date in the future.{%endblocktrans%}
</td>
<td>
{% trans 'Publication date (publicationDetails.publicationDate)' %}: {{ additional_check.publication_date }}
</td>
<td>
{{ additional_check.statement }}
Expand Down

0 comments on commit 041469d

Please sign in to comment.