app: Fix name of the block in templates, used for overriding

During the Info component changes, this change was accidentally made.

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: Veiko Aasa <veiko17@disroot.org>
This commit is contained in:
Sunil Mohan Adapa 2020-03-11 14:45:30 -07:00 committed by Veiko Aasa
parent 2955057f4a
commit 39b6592e92
No known key found for this signature in database
GPG Key ID: 478539CAE680674E

View File

@ -39,7 +39,7 @@
</div>
</section>
{% block app_info.description %}
{% block description %}
{% for paragraph in app_info.description %}
<p>{{ paragraph|safe }}</p>
{% endfor %}