blob: a03182dd67ef015d77e32b4dd8922a70685c13dc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?xml version="1.0" encoding="UTF-8"?>
<templates xml:space="preserve">
<t t-extend="slide.slide.quiz.validation">
<t t-jquery=".o_wslides_quiz_join_course_message" t-operation="append">
<span t-if="widget.channel.channelEnroll == 'payment'">
<t t-if="widget.publicUser">
Sign in and buy the course to take the quiz
</t>
<t t-else="">
Buy the course to validate your answers!
</t>
</span>
</t>
</t>
</templates>
|