added registration.payment.received checkbox
[angular-drzb] / app / partials / verified.html.ep
index 55381a7..e420d01 100644 (file)
 <%= locale en => 'Fees', hr => 'Plaćanja' %>
 </legend>
 
+<input
+       type="checkbox"
+       ng-model="registration.payment.received"
+       class="my-label-input"
+       label="<%= locale en => 'Payment received', hr => 'Primljena uplata' %>"
+>
+
 <input
        type="text"
        ng-model="registration.payment.amount"