Skip to content

Commit 5ea8a6d

Browse files
danaalsharifd0leh
authored andcommitted
templates: fix cross section guide link in detailed record pages
Closes #3668 Co-authored-by: Mohammad Doleh <[email protected]>
1 parent b8b2a49 commit 5ea8a6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cernopendata/templates/cernopendata_records_ui/records/record_detail.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ <h2>Cross section</h2>
109109
<span>{{record.cross_section.description | safe}}</span>
110110
<br>
111111
{% else %}
112-
<p>For {{record.collision_information.type }} collisions at {{record.collision_information.energy }}, this sample has a cross section of (<span><strong>{{record.cross_section.total_value }}</strong></span> +/- <span><strong>{{record.cross_section.total_value_uncertainty }}</strong></span>) pb, calculated using the method described in <a href="/docs/cms-guide-cross-sections#run2">CMS guide for cross sections</a>.</p>
112+
<p>For {{record.collision_information.type }} collisions at {{record.collision_information.energy }}, this sample has a cross section of (<span><strong>{{record.cross_section.total_value }}</strong></span> +/- <span><strong>{{record.cross_section.total_value_uncertainty }}</strong></span>) pb, calculated using the method described in <a href="/docs/cms-guide-xsec#run2">CMS guide for cross sections</a>.</p>
113113
{% endif %}
114114
{% if record.cross_section.matching_efficiency %}
115115
<p>This cross section takes into account a matching efficiency of <span><strong>{{record.cross_section.matching_efficiency }}</strong></span> and a filtering efficiency of <span><strong>{{record.cross_section.filter_efficiency }}</strong></span>, based on generator settings and/or filters.</p>

0 commit comments

Comments
 (0)