Skip to content

Commit

Permalink
Remove hr between extra_options and default ones
Browse files Browse the repository at this point in the history
  • Loading branch information
pehala committed Nov 26, 2023
1 parent b039e47 commit 7652d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/templates/base/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
</form>
{% endfor %}
<div class="d-flex flex-column">
{% filter prefix:"<div><hr class='mt-2 mb-1 small-hr'></div>" %}{% block extra_options %}{% endblock %}{% endfilter %}
{% block extra_options %}{% endblock %}
</div>
<hr class='mt-2 mb-1 small-hr'>
<div class="ml-2 mr-2 d-flex text-secondary"><div>{% trans "Version" %}: </div><div class="ml-auto">{% version %}</div></div>
Expand Down

0 comments on commit 7652d43

Please sign in to comment.