mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-04 12:22:47 +00:00 
			
		
		
		
	Add privacy
This commit is contained in:
		@@ -53,3 +53,9 @@ def poster():
 | 
				
			|||||||
        flash('Invalid email/username or password.')
 | 
					        flash('Invalid email/username or password.')
 | 
				
			||||||
    return render_template('main/poster.html.j2', login_form=login_form,
 | 
					    return render_template('main/poster.html.j2', login_form=login_form,
 | 
				
			||||||
                           title='Poster')
 | 
					                           title='Poster')
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					@main.route('/privacy_policy')
 | 
				
			||||||
 | 
					def privacy_policy():
 | 
				
			||||||
 | 
					    return render_template('main/privacy_policy.html.j2',
 | 
				
			||||||
 | 
					                           title='Privacy policy')
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										9
									
								
								app/templates/main/privacy_policy.html.j2
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								app/templates/main/privacy_policy.html.j2
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,9 @@
 | 
				
			|||||||
 | 
					{% extends "nopaque.html.j2" %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					{% block page_content %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<h3>Privacy policy</h3>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					{% endblock %}
 | 
				
			||||||
		Reference in New Issue
	
	Block a user