Fix indentation

This commit is contained in:
Jeremy Stretch 2025-06-03 08:30:02 -04:00
parent 073d945640
commit 1eaa20d79d

View File

@ -32,7 +32,7 @@
<th scope="row">{% trans "Description" %}</th> <th scope="row">{% trans "Description" %}</th>
<td>{{ object.description|placeholder }}</td> <td>{{ object.description|placeholder }}</td>
</tr> </tr>
</table> </table>
</div> </div>
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/tags.html' %}
{% plugin_left_page object %} {% plugin_left_page object %}