mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-04 04:12:45 +00:00 
			
		
		
		
	Return template for GET requests.
This commit is contained in:
		
							
								
								
									
										15
									
								
								app/templates/auth/reset_password.html.j2
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								app/templates/auth/reset_password.html.j2
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,15 @@
 | 
			
		||||
{% extends "base.html.j2" %}
 | 
			
		||||
 | 
			
		||||
{% block page_content %}
 | 
			
		||||
<div class="col s12 m6 offset-m3">
 | 
			
		||||
  <div class="card medium">
 | 
			
		||||
    <div class="card-content">
 | 
			
		||||
      <p>Sign in into an exisiting account or register a new one!</p>
 | 
			
		||||
      <br>
 | 
			
		||||
    <div class="card-action">
 | 
			
		||||
      <a class="btn" href="{{url_for('auth.register')}}">Register</a>
 | 
			
		||||
    </div>
 | 
			
		||||
    </div>
 | 
			
		||||
  </div>
 | 
			
		||||
</div>
 | 
			
		||||
{% endblock %}
 | 
			
		||||
		Reference in New Issue
	
	Block a user