mirror of
https://github.com/daniviga/django-ram.git
synced 2025-08-04 13:17:50 +02:00
Remove a spurious tag
This commit is contained in:
@@ -363,7 +363,7 @@
|
|||||||
{% for j in journal %}
|
{% for j in journal %}
|
||||||
<tr>
|
<tr>
|
||||||
<th class="w-33" scope="row">{{ j.date }}</th>
|
<th class="w-33" scope="row">{{ j.date }}</th>
|
||||||
<td>{{ j.log | safe }}</a></td>
|
<td>{{ j.log | safe }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</tbody>
|
</tbody>
|
||||||
|
Reference in New Issue
Block a user