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/cove_ocds/base.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -137,7 +137,7 @@ <h1 class="heading-in-panel"> <small> {% blocktrans %}Using the data review tool
137
137
<p> {% blocktrans %}The application works with both <ahref="https://standard.open-contracting.org/latest/en/primer/releases_and_records/">'release' and 'record'</a> OCDS documents that conform to the <ahref="https://standard.open-contracting.org/">Open Data Contracting Standard</a> {%endblocktrans%} </p>
138
138
<p> {% blocktrans %}If your data passes basic structural checks, the tool will then present a report on data quality, and information about the contents of your file. It will also offer alternative copies of the data for download. {%endblocktrans%} </p>
139
139
<p> {% blocktrans %}Data is stored for {{ delete_files_after_days }} days at a randomly generated URL. You can share this link with others to support discussion of data quality. {%endblocktrans%} </p>
140
-
<p> {% blocktrans %}To preview how the data review tool works, try <ahref="{{ index_url }}?source_url=https://raw.githubusercontent.com/open-contracting/sample-data/main/fictional-example/1.1/ocds-213czf-000-00001-02-tender.json"> loading some sample data. </a>{% endblocktrans%}</p>
140
+
<p> {% blocktrans %}To preview how the data review tool works, try loading: <code>https://raw.githubusercontent.com/open-contracting/sample-data/main/fictional-example/1.1/ocds-213czf-000-00001-02-tender.json</code>{% endblocktrans%}</p>
0 commit comments