Lines 115-121
Link Here
|
115 |
<div class="alert alert-[% m.type %]"> |
115 |
<div class="alert alert-[% m.type %]"> |
116 |
[% SWITCH m.code %] |
116 |
[% SWITCH m.code %] |
117 |
[% CASE 'already_exists' %] |
117 |
[% CASE 'already_exists' %] |
118 |
The suggestion has not been inserted. The same suggestion already exists. |
118 |
The suggestion has not been added. A suggestion with this title already exists. |
119 |
[% CASE 'success_on_inserted' %] |
119 |
[% CASE 'success_on_inserted' %] |
120 |
Your suggestion has been submitted. |
120 |
Your suggestion has been submitted. |
121 |
[% CASE %] |
121 |
[% CASE %] |
122 |
- |
|
|