Create admin function to use copy-pasted users from ekey, return the ones which don't match to "Donau Linz" rowt user, Fixes #204 (#230)
Reviewed-on: #230
This commit was merged in pull request #230.
	This commit is contained in:
		
							
								
								
									
										12
									
								
								templates/admin/list/index.html.tera
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								templates/admin/list/index.html.tera
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,12 @@ | ||||
| {% import "includes/macros" as macros %} | ||||
| {% extends "base" %} | ||||
| {% block content %} | ||||
|     {% if flash %}{{ macros::alert(message=flash.1, type=flash.0, class="sm:col-span-2 lg:col-span-3") }}{% endif %} | ||||
|     <div class="max-w-screen-lg w-full"> | ||||
|         <h1 class="h1">List</h1> | ||||
|         <form action="/admin/list" method="post"> | ||||
|             <textarea name="list" rows="4" cols="50"></textarea> | ||||
|             <input type="submit" /> | ||||
|         </form> | ||||
|     </div> | ||||
| {% endblock content %} | ||||
							
								
								
									
										13
									
								
								templates/admin/list/result.html.tera
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								templates/admin/list/result.html.tera
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,13 @@ | ||||
| {% import "includes/macros" as macros %} | ||||
| {% extends "base" %} | ||||
| {% block content %} | ||||
|     {% if flash %}{{ macros::alert(message=flash.1, type=flash.0, class="sm:col-span-2 lg:col-span-3") }}{% endif %} | ||||
|     <div class="max-w-screen-lg w-full"> | ||||
|         <h1 class="h1">List - Result</h1> | ||||
| 	<ol> | ||||
| 	{% for person in result%} | ||||
| 		<li>{{person}}</li> | ||||
| 	{% endfor %} | ||||
| 	</ol> | ||||
|     </div> | ||||
| {% endblock content %} | ||||
		Reference in New Issue
	
	Block a user