Disable unused method.

This commit is contained in:
James Cole 2021-04-24 06:09:31 +02:00
parent 6feb04c800
commit da934575a6
No known key found for this signature in database
GPG Key ID: B5669F9493CDE38D

View File

@ -69,10 +69,12 @@
<div class="box-body no-padding">
<table class="table table-responsive table-hover">
<tbody>
{#
<tr>
<td>{{ 'categories'|_ }}</td>
<td>{{ journalCategories(journal)|raw }}</td>
</tr>
#}
{% if journal.tags|length > 0 %}
<tr>
<td>{{ 'tags'|_ }}</td>