Option to hide the annual summary card

This commit is contained in:
Mouse Reeve
2021-12-27 14:12:57 -08:00
parent 2345845560
commit 3cddd69274
2 changed files with 8 additions and 1 deletions

View File

@ -7,6 +7,13 @@
<span class="icon is-size-3 mr-2" aria-hidden="true"></span>
{% blocktrans %}{{ year }} in the books{% endblocktrans %}
</h3>
<div class="card-header-icon has-background-success-dark has-text-white">
{% trans "Dismiss message" as button_text %}
<button class="delete set-display" type="button" data-id="hide_annual_summary_{{ year }}" data-value="true">
<span>{% trans "Dismiss message" %}</span>
</button>
</div>
{% endblock %}
{% block card-content %}