| 
									
										
										
										
											2015-05-02 13:20:49 +02:00
										 |  |  | {% extends "./layout/guest.twig" %}
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% block content %}
 | 
					
						
							| 
									
										
										
										
											2015-06-21 11:59:35 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  |     {% if errors|length > 0 %}
 | 
					
						
							|  |  |  |         <div class="alert alert-danger">
 | 
					
						
							|  |  |  |             <strong>Whoops!</strong> There were some problems with your input.<br><br>
 | 
					
						
							|  |  |  |             <ul>
 | 
					
						
							|  |  |  |                 {% for error in errors.all %}
 | 
					
						
							|  |  |  |                     <li>{{ error }}</li>
 | 
					
						
							|  |  |  |                 {% endfor %}
 | 
					
						
							|  |  |  |             </ul>
 | 
					
						
							|  |  |  |         </div>
 | 
					
						
							|  |  |  |     {% endif %}
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <div class="register-box-body">
 | 
					
						
							|  |  |  |         <p class="login-box-msg">Register a new account</p>
 | 
					
						
							| 
									
										
										
										
											2015-12-18 07:31:49 +01:00
										 |  |  |         {% if host == 'geld.nder.be' or host == 'firefly.app' %}
 | 
					
						
							| 
									
										
										
										
											2015-07-26 15:51:07 +02:00
										 |  |  |             <p class="text-info login-box-msg">Please note that an account on this site will only
 | 
					
						
							| 
									
										
										
										
											2015-12-07 14:42:28 +01:00
										 |  |  |                 work for one (1) month.</p>
 | 
					
						
							| 
									
										
										
										
											2015-07-25 18:40:45 +02:00
										 |  |  |         {% endif %}
 | 
					
						
							| 
									
										
										
										
											2015-06-21 11:59:35 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-01-08 16:33:27 +01:00
										 |  |  |         <form role="form" id="register" method="POST" action="{{ URL.to('/register') }}">
 | 
					
						
							| 
									
										
										
										
											2015-06-21 11:59:35 +02:00
										 |  |  |             <input type="hidden" name="_token" value="{{ csrf_token() }}">
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |             <div class="form-group has-feedback">
 | 
					
						
							| 
									
										
										
										
											2015-12-18 16:37:45 +01:00
										 |  |  |                 <input type="email" name="email" class="form-control" placeholder="Email"/>
 | 
					
						
							| 
									
										
										
										
											2015-12-18 07:31:49 +01:00
										 |  |  |                 {% if host == 'geld.nder.be' or host == 'firefly.app' %}
 | 
					
						
							|  |  |  |                     <p class="help-block">You will receive an email from Firefly III. If your email address
 | 
					
						
							| 
									
										
										
										
											2015-12-18 16:37:45 +01:00
										 |  |  |                         is incorrect, your account may not work.</p>
 | 
					
						
							| 
									
										
										
										
											2015-12-18 07:31:49 +01:00
										 |  |  |                 {% endif %}
 | 
					
						
							| 
									
										
										
										
											2015-06-21 11:59:35 +02:00
										 |  |  |             </div>
 | 
					
						
							|  |  |  |             <div class="form-group has-feedback">
 | 
					
						
							|  |  |  |                 <input type="password" class="form-control" placeholder="Password" name="password"/>
 | 
					
						
							|  |  |  |             </div>
 | 
					
						
							|  |  |  |             <div class="form-group has-feedback">
 | 
					
						
							|  |  |  |                 <input type="password" class="form-control" placeholder="Retype password" name="password_confirmation"/>
 | 
					
						
							|  |  |  |             </div>
 | 
					
						
							|  |  |  |             <div class="row">
 | 
					
						
							|  |  |  |                 <div class="col-xs-12">
 | 
					
						
							|  |  |  |                     <button type="submit" class="btn btn-primary pull-right btn-flat">Register</button>
 | 
					
						
							| 
									
										
										
										
											2015-05-02 13:20:49 +02:00
										 |  |  |                 </div>
 | 
					
						
							| 
									
										
										
										
											2015-06-21 11:59:35 +02:00
										 |  |  |                 <!-- /.col -->
 | 
					
						
							|  |  |  |             </div>
 | 
					
						
							|  |  |  |         </form>
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-01-19 18:10:30 +01:00
										 |  |  |         <a href="{{ URL.to('/login') }}">I want to login</a><br>
 | 
					
						
							| 
									
										
										
										
											2015-07-12 22:37:05 +02:00
										 |  |  |         <a href="{{ URL.to('/password/email') }}">I forgot my password</a>
 | 
					
						
							| 
									
										
										
										
											2015-06-21 11:59:35 +02:00
										 |  |  |     </div><!-- /.form-box -->
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-05-02 13:20:49 +02:00
										 |  |  | {% endblock %}
 |