Skip to content

Commit

Permalink
Merge pull request #2509 from LeXofLeviafan/header-modals
Browse files Browse the repository at this point in the history
[#2505] fixing inconsistent modal headers
  • Loading branch information
samuelhwilliams authored Aug 30, 2024
2 parents c235734 + 2c13718 commit a256dc5
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 a256dc5

Please sign in to comment.