comment out work submission, leave just registration 0.7
authorDobrica Pavlinusic <dpavlin@rot13.org>
Fri, 25 Jan 2013 12:25:52 +0000 (13:25 +0100)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Fri, 25 Jan 2013 12:25:52 +0000 (13:25 +0100)
app/partials/registration.html.ep

index e7b6a9a..5ddbf89 100644 (file)
@@ -16,6 +16,7 @@
        hr => 'Odaberite tip registracije'
 %></legend>
 
+% if (0) {
 <label class="radio"><input type="radio" ng-model="user.registration_type" value="lecture" ><%= locale
        en => 'Oral presentation',
        hr => 'Prijava usmenog izlaganja',
@@ -33,6 +34,8 @@
        hr => 'Prijava okruglog stola',
 %></label>
 <hr />
+% }
+
 <label class="radio"><input type="radio" ng-model="user.registration_type" value="participant" ><%= locale
     en => 'Registration',
        hr => 'Registracija'