remove stray {% endif %}

pull/59/head
justcool393 2022-12-11 17:31:32 -06:00
parent 0ba3d7be98
commit 1ea37ff5df
1 changed files with 1 additions and 1 deletions

View File

@ -286,7 +286,7 @@
{% elif request.path != '/notifications/posts' %}
<div class="row no-gutters">
<div class="col">
{{macros.ghost_box(error if request.path.startswith('/search') else '', '', 1)}}{% endif %}
{{macros.ghost_box(error if request.path.startswith('/search') else '', '', 1)}}
</div>
</div>