Skip to content

Commit

Permalink
♿ [#4720] More descriptive submission report pdf title
Browse files Browse the repository at this point in the history
  • Loading branch information
robinmolen authored and sergei-maertens committed Oct 28, 2024
1 parent 3d4e3bb commit ae57a04
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@
<html lang="{{ LANG }}" class="{{ theme.get_classname }}">
<head>
<meta charset="utf-8">
<title>{% block title %}{% trans "Summary PDF" %}{% endblock %}</title>
<title>{% block title %}
{% blocktrans with form_name=report.form.name trimmed %}
{{form_name}}: PDF report
{% endblocktrans %}
{% endblock %}</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="{% static 'bundles/pdf-css.css' %}" media="all" rel="stylesheet" />
{% block extra_css %}{% endblock %}
Expand Down

0 comments on commit ae57a04

Please sign in to comment.