Skip to content

Commit

Permalink
Merge pull request #4 from rich-id/feature/t66586
Browse files Browse the repository at this point in the history
Hide publication date for terms in v1
  • Loading branch information
sergiodasilvarichid authored Sep 26, 2023
2 parents a6f7ed1 + d0c6831 commit f1a0127
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

<div class="terms-module-admin-edition-title-block terms-module-admin-row">
<div class="terms-module-admin-edition-title terms-module-admin-col">{{ form_row(form.title, {'attr': {'class': 'terms-module-form-field-full'}}) }}</div>
<div class="terms-module-admin-edition-publication-date terms-module-admin-col">{{ form_row(form.publicationDate, {'attr': {'class': 'terms-module-form-field-small'}}) }}</div>
<div class="terms-module-admin-edition-publication-date terms-module-admin-col{% if lastTermsVersion.version < 2 %} d-none{% endif %}">{{ form_row(form.publicationDate, {'attr': {'class': 'terms-module-form-field-small'}}) }}</div>
</div>

{{ form_row(form.content, {'attr': {'class': 'terms-module-form-field-full'}}) }}
Expand Down

0 comments on commit f1a0127

Please sign in to comment.