mirror of
https://github.com/ansible/awx.git
synced 2026-01-18 13:11:19 -03:30
Removed extra sanitize filters
This commit is contained in:
parent
15b01b99f3
commit
084163173a
@ -54,7 +54,7 @@
|
||||
<h3 class="OrgCards-label"
|
||||
aw-tool-tip="{{ (card.description || 'Place organization description here') | sanitize }}"
|
||||
aw-tip-placement="top">
|
||||
{{ card.name | sanitize}}
|
||||
{{ card.name }}
|
||||
</h3>
|
||||
<div class="OrgCards-actionItems">
|
||||
<button class="OrgCards-actionItem
|
||||
|
||||
@ -53,7 +53,7 @@
|
||||
</div>
|
||||
|
||||
<div ng-if="question.question_description" class="SurveyMaker-previewDescription">
|
||||
<i>{{question.question_description | sanitize}}</i>
|
||||
<i>{{question.question_description}}</i>
|
||||
</div>
|
||||
<div class="SurveyMaker-previewInputRow">
|
||||
<span dnd-handle class="SurveyMaker-reorderButton" data-placement="top" aw-tool-tip="Drag to reorder question" data-original-title="" title="" ng-show="(job_template_obj.summary_fields.user_capabilities.edit || workflow_job_template_obj.summary_fields.user_capabilities.edit || canAdd)">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user