init
This commit is contained in:
15
inventorysystem/templates/login.html
Normal file
15
inventorysystem/templates/login.html
Normal file
@@ -0,0 +1,15 @@
|
||||
{% extends "base.html" %}
|
||||
{% block title %}Login{% endblock %}
|
||||
{% block content %}
|
||||
<form method=post>
|
||||
<label>
|
||||
Username
|
||||
<input type=text name=user>
|
||||
</label>
|
||||
<label>
|
||||
Password
|
||||
<input type=password name=pass>
|
||||
</label>
|
||||
<input type=submit>
|
||||
</form>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user