Skip to content

Commit 264a2d4

Browse files
committed
chore: Fix blocktrans syntax from previous commits
1 parent 46ced91 commit 264a2d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cove_ocds/templates/500.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ <h4 class="panel-title">
99
</div>
1010
<div class="panel-body">
1111
<p>{% blocktrans %}Something went wrong with your request. This could be due to a bug in the application and/or the data you supplied.{% endblocktrans %}</p>
12-
<p>{% blocktrans sentry=request.sentry.id %}This error has been automatically reported to our development team. If you <a href="mailto:{{ support_email }}?subject=Data%20Review%20Tool%20error%20{{ sentry }}">get in touch</a>, please reference this error as <strong>{{ sentry }}</strong>.{% endblocktrans %}</p>
12+
<p>{% blocktrans with sentry=request.sentry.id %}This error has been automatically reported to our development team. If you <a href="mailto:{{ support_email }}?subject=Data%20Review%20Tool%20error%20{{ sentry }}">get in touch</a>, please reference this error as <strong>{{ sentry }}</strong>.{% endblocktrans %}</p>
1313
</div>
1414
</div>
1515
{% endblock %}

cove_ocds/templates/error.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
{{ message | linebreaks }}
1212

1313
<p>
14-
{% blocktrans sentry=request.sentry.id %}If you think this is a bug, you can <a href="https://github.com/open-contracting/cove-ocds/issues">file an issue publicly on GitHub</a> or <a href="mailto:{{support_email}}?subject=Data%20Review%20Tool%20error%20{{ sentry }}">get in touch via email</a>, referencing this error as <strong>{{ sentry }}</strong>.{% endblocktrans %}
14+
{% blocktrans with sentry=request.sentry.id %}If you think this is a bug, you can <a href="https://github.com/open-contracting/cove-ocds/issues">file an issue publicly on GitHub</a> or <a href="mailto:{{support_email}}?subject=Data%20Review%20Tool%20error%20{{ sentry }}">get in touch via email</a>, referencing this error as <strong>{{ sentry }}</strong>.{% endblocktrans %}
1515
</p>
1616
</div>
1717
</div>

0 commit comments

Comments
 (0)