You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
470 B
17 lines
470 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
|
|
<template id="survey_init" inherit_id="survey.survey_init">
|
|
<a role="button" position="replace">
|
|
<a role="button" class="btn btn-primary btn-lg" t-att-href="'/survey/fill/%s/%s' % (slug(survey), token)">
|
|
<t t-if="survey.start_btn_label">
|
|
<span t-field="survey.start_btn_label"/>
|
|
</t>
|
|
<t t-else="">
|
|
Start Survey
|
|
</t>
|
|
</a>
|
|
</a>
|
|
</template>
|
|
|
|
</odoo>
|