Skip to content

Commit

Permalink
[#2505] fixing inconsistent modal headers
Browse files Browse the repository at this point in the history
  • Loading branch information
LeXofLeviafan committed Aug 27, 2024
1 parent c235734 commit 2c13718
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{% block body %}
<div class="modal-header">
{% block header_text %}
<h3>{{ _gettext('View Record') + ' #' + request.args.get('id') }}</h3>
<h5 class="modal-title">{{ _gettext('View Record') + ' #' + request.args.get('id') }}</h5>
{% endblock %}
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
</div>
Expand Down

0 comments on commit 2c13718

Please sign in to comment.