remove verified checkbox which was confusing
authorDobrica Pavlinusic <dpavlin@rot13.org>
Thu, 24 Jan 2013 15:35:31 +0000 (16:35 +0100)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Thu, 24 Jan 2013 16:00:42 +0000 (17:00 +0100)
app/partials/verified.html.ep

index 77d04cd..f3637fc 100644 (file)
 <%= locale en => 'Registration', hr => 'Registracija' %>
 </legend>
 
-<input
-       type="checkbox"
-       ng-model="registration.verified"
-       ng-change="change_state('verified')"
-       class="my-label-input"
-       label="<%= locale en => 'Verified', hr => 'Provjerena' %>"
->
-
 <select
        ng-model="registration.state"
        ng-options="state for state in RegistrationState()"