Skip to content

Commit

Permalink
ux: set tab title to request title
Browse files Browse the repository at this point in the history
  • Loading branch information
carlinmack authored and slint committed Nov 22, 2024
1 parent 4ea19d2 commit 2992c8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{%- extends config.BASE_TEMPLATE %}
{% endif %}


{% set title = invenio_request.title %}

{% block page_body %}
{% set title = _("Request ") %}
Expand Down

0 comments on commit 2992c8c

Please sign in to comment.