File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -426,7 +426,7 @@ <h4> Risk Acceptance
426426 < td >
427427 {{ risk_acceptance.get_decision_display|default_if_none:"" }}
428428 {% if risk_acceptance.decision_details %}
429- < i style ="position:absolute; " class ="fa has-popover fa-info-circle " title ="Decision Details " data-trigger ="hover " data-placement ="bottom " data-container ="body " data-html =" true "
429+ < i style ="position:absolute; " class ="fa has-popover fa-info-circle " title ="Decision Details " data-trigger ="hover " data-placement ="bottom " data-container ="body "
430430 data-content ="{{ risk_acceptance.decision_details }} "> </ i >
431431 {% endif %}
432432 </ td >
@@ -441,7 +441,7 @@ <h4> Risk Acceptance
441441 < td > < a href ="{% url 'view_risk_acceptance' eng.id risk_acceptance.id %} "> {{ risk_acceptance.accepted_findings_count }}</ a > </ td >
442442 {% if risk_acceptance.filename %}
443443 < td > < a href ="{% url 'download_risk_acceptance' eng.id risk_acceptance.id %} "> Yes</ a >
444- < i style ="position:absolute; " class ="fa has-popover fa-info-circle " title ="Uploaded proof " data-trigger ="hover " data-placement ="bottom " data-container ="body " data-html =" true "
444+ < i style ="position:absolute; " class ="fa has-popover fa-info-circle " title ="Uploaded proof " data-trigger ="hover " data-placement ="bottom " data-container ="body "
445445 data-content ="{{ risk_acceptance.filename }} "> </ i >
446446 </ td >
447447 {% else %}
Original file line number Diff line number Diff line change @@ -142,13 +142,13 @@ <h3>Decision & Recommendation</h3>
142142 {{ risk_acceptance.get_recommendation_display }}
143143 </ td >
144144 < td width ="40% ">
145- {{ risk_acceptance.recommendation_details|markdown_render }}
145+ {{ risk_acceptance.recommendation_details }}
146146 </ td >
147147 < td width ="10% ">
148148 {{ risk_acceptance.get_decision_display }}
149149 </ td >
150150 < td width ="40% ">
151- {{ risk_acceptance.decision_details|markdown_render }}
151+ {{ risk_acceptance.decision_details }}
152152 </ td >
153153 </ tr >
154154 </ tbody >
You can’t perform that action at this time.
0 commit comments