Fix typo in entry associated to award button (#2583)

This commit is contained in:
Tadashi 2024-07-17 18:13:47 -03:00 committed by GitHub
parent 75ab2823bb
commit 015a47787e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -186,7 +186,7 @@
<div class="links"> <div class="links">
{% if entry.award %} {% if entry.award %}
<a class="award btn btn-sm z-depth-0" role="button"> <a class="award btn btn-sm z-depth-0" role="button">
{%- if entry.award_name %}{{ entry.award_name }}{% else %}Awareded{% endif -%} {%- if entry.award_name %}{{ entry.award_name }}{% else %}Awarded{% endif -%}
</a> </a>
{% endif %} {% endif %}
{% if entry.abstract %} {% if entry.abstract %}