Revert "always try to open registration in same target"
[angular-drzb] / app / partials / draft.html.ep
1 <h1> Registracija i prijavljivanje izlaganja</h1>
2
3
4 <div ng-controller="RegistrationCtrl" name="RegistrationForm">
5
6 <div class="alert alert-success">
7 <%= locale
8 en => 'Your draft of registration is saved. Bookmark this page to access it later.',
9 hr => 'Registracija privremeno spremljena. Dodajte stranicu u bookmark da bi je mogli kasnije mijenjati.' %>
10 </div>
11
12 <div class="well">
13 %= include 'registration/view'
14 </div>
15
16 </div>
17
18 % if ( $lang =~ m/-dev/ ) {
19 <pre>
20 user={{user}}
21
22 $routeParams={{$routeParams}}
23
24 {{RegistrationForm.$valid}}
25 {{RegistrationForm.$error}}
26
27 location={{$location}}
28
29 </pre>
30 % }
31
32 </div>
33
34