Skip to content

Commit

Permalink
chore: Fix blocktrans syntax from previous commits
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Oct 21, 2024
1 parent 46ced91 commit 264a2d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cove_ocds/templates/500.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <h4 class="panel-title">
</div>
<div class="panel-body">
<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>
<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>
<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>
</div>
</div>
{% endblock %}
2 changes: 1 addition & 1 deletion cove_ocds/templates/error.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
{{ message | linebreaks }}

<p>
{% 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 %}
{% 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 %}
</p>
</div>
</div>
Expand Down

0 comments on commit 264a2d4

Please sign in to comment.