mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-25 07:39:28 +00:00
Reorganise the file structure into a project tree
This commit is contained in:
13
app/templates/sso/lookup/userlookup.html
Normal file
13
app/templates/sso/lookup/userlookup.html
Normal file
@@ -0,0 +1,13 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}User Lookup{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<form action="{% url sso.views.user_lookup %}" method="post">
|
||||
<table>
|
||||
{{ form.as_table }}
|
||||
</table>
|
||||
<br />
|
||||
<input type="submit" value="Lookup" />
|
||||
</form>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user