X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=app%2Fpartials%2Fregistration.html.ep;h=280092982ce6d441b607fb10ee92f01ae3b491ee;hb=3f3dc941dbaea3d10ae1570577b458734bae89fd;hp=33d47da489f2fc79ae3848e0838eff12b5bd4550;hpb=e5894e4f774c51257040ad597fb9f940e2d1986a;p=angular-drzb diff --git a/app/partials/registration.html.ep b/app/partials/registration.html.ep index 33d47da..2800929 100644 --- a/app/partials/registration.html.ep +++ b/app/partials/registration.html.ep @@ -196,13 +196,14 @@ hr => 'Organizator simpozija' %>
-
% end @@ -223,6 +224,10 @@ hr=>'Prijava radova unutar simpozija {{work.title}}' %>

<%= locale en=>'{{$index + 1}}. symposium work', hr=>'{{$index + 1}}. rad na simpoziju' %> +<%= locale +en => 'delete this symposum work', +hr => 'obriši rad na simpoziju' %> +

<%= $WorkTemplate->(0) %> @@ -243,14 +248,21 @@ hr => 'Dodaj još jedan rad na simpoziju' %> en => 'Please fill all required fields correctly. Fields with red border call for your attention.', hr => 'Molimo ispunite sva obavezna polja označena crvenim okvirom.' %> +

-% if ( $lang =~ m/-dev/ ) { -
+
+
 {{RegistrationForm.$valid}}
 {{RegistrationForm.$error}}
+
+% if ( $lang =~ m/-dev/ ) { +
 location={{$location.path()}}
+location={{$location}}
+
+{{registration}}
 
% }