Skip to content
Snippets Groups Projects
Commit 57a7d9f4 authored by jbm-odoo's avatar jbm-odoo Committed by Yannick Tivisse
Browse files

[IMP] survey: Improve label


taskId 2285655

closes odoo/odoo#54299

Related: odoo/enterprise#11726
Signed-off-by: default avatarYannick Tivisse (yti) <yti@odoo.com>
parent 95c993a3
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,7 @@
<template id="survey_button_form_view" name="Survey: back to form view">
<div groups="survey.group_survey_manager" t-ignore="true" class="alert alert-info alert-dismissible rounded-0 fade show d-print-none css_editable_mode_hidden mb-0">
<div t-ignore="true" class="text-center">
<a t-attf-href="/web#view_type=form&amp;model=survey.survey&amp;id=#{survey.id}&amp;action=survey.action_survey_form"><i class="fa fa-fw fa-arrow-right"/><span t-if="answer and answer.test_entry">This is a test survey. </span>Edit Survey.</a>
<a t-attf-href="/web#view_type=form&amp;model=survey.survey&amp;id=#{survey.id}&amp;action=survey.action_survey_form"><i class="fa fa-fw fa-arrow-right"/><span t-if="answer and answer.test_entry">This is a test survey. </span>Edit Survey</a>
</div>
<button type="button" class="close" data-dismiss="alert" aria-label="Close"> &#215; </button>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment