Fix typo in entry associated to award button (#2583)
This commit is contained in:
parent
75ab2823bb
commit
015a47787e
@ -186,7 +186,7 @@
|
||||
<div class="links">
|
||||
{% if entry.award %}
|
||||
<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>
|
||||
{% endif %}
|
||||
{% if entry.abstract %}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user