You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cove_ocds/templates/500.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ <h4 class="panel-title">
9
9
</div>
10
10
<divclass="panel-body">
11
11
<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 %}This error has been automatically reported to our development team. If you <ahref="mailto:{{ support_email }}?subject=Data%20Review%20Tool%20error%20{{ request.sentry.id }}">get in touch</a>, please reference this error as <strong>{{ request.sentry.id }}</strong>.{% endblocktrans %}</p>
12
+
<p>{% blocktrans sentry=request.sentry.id %}This error has been automatically reported to our development team. If you <ahref="mailto:{{ support_email }}?subject=Data%20Review%20Tool%20error%20{{ sentry }}">get in touch</a>, please reference this error as <strong>{{ sentry }}</strong>.{% endblocktrans %}</p>
Copy file name to clipboardExpand all lines: cove_ocds/templates/error.html
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,9 @@
10
10
<divclass="panel-body">
11
11
{{ message | linebreaks }}
12
12
13
-
<p>{% blocktrans %}If you think this is a bug, you can <ahref="https://github.com/open-contracting/cove-ocds/issues">file an issue publicly on GitHub</a> or {% endblocktrans %}<ahref="mailto:{{support_email}}">{% trans "get in touch via email" %}</a>{% if request.sentry.id %}, {% blocktrans %}referencing this error as {% endblocktrans %}<strong>{{ request.sentry.id }}</strong>{% endif %}.
13
+
<p>
14
+
{% blocktrans sentry=request.sentry.id %}If you think this is a bug, you can <ahref="https://github.com/open-contracting/cove-ocds/issues">file an issue publicly on GitHub</a> or <ahref="mailto:{{support_email}}?subject=Data%20Review%20Tool%20error%20{{ sentry }}">get in touch via email</a>, referencing this error as <strong>{{ sentry }}</strong>.{% endblocktrans %}
Copy file name to clipboardExpand all lines: cove_ocds/templates/explore.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -354,7 +354,7 @@ <h4 class="panel-title">
354
354
</tbody>
355
355
</table>
356
356
</div>
357
-
<pclass="font-weight-light small">{% blocktrans with description=conformance_errors.ocid_description %} What is the <code>ocid</code> field? {{description}} {% endblocktrans %}<br>{% trans "For more information see" %} <ahref="{{conformance_errors.ocid_info_url}}">{% trans "Open Contracting Identifier guidance" %}</a></p>
357
+
<pclass="font-weight-light small">{% blocktrans with description=conformance_errors.ocid_description %} What is the <code>ocid</code> field? {{description}} {% endblocktrans %}<br>{% blocktrans with url=conformance_errors.ocid_info_url %}For more information see<ahref="{{url}}">Open Contracting Identifier guidance{% endblocktrans %}</a></p>
0 commit comments