Lines 11-16
Link Here
|
11 |
<div class="dialog message">Subscription not found.</div> |
11 |
<div class="dialog message">Subscription not found.</div> |
12 |
[% CASE 'unknown_basket' %] |
12 |
[% CASE 'unknown_basket' %] |
13 |
<div class="dialog message">Basket not found.</div> |
13 |
<div class="dialog message">Basket not found.</div> |
|
|
14 |
[% CASE 'unknown_vendor' %] |
15 |
<div class="dialog message">Vendor not found.</div> |
14 |
[% CASE 'wrong_csrf_token' %] |
16 |
[% CASE 'wrong_csrf_token' %] |
15 |
<div class="dialog message">The form submission failed (Wrong CSRF token). Try to come back, refresh the page, then try again.</div> |
17 |
<div class="dialog message">The form submission failed (Wrong CSRF token). Try to come back, refresh the page, then try again.</div> |
16 |
[% CASE %][% blocking_error | html %] |
18 |
[% CASE %][% blocking_error | html %] |