this is probably a broken commit
This commit is contained in:
10
templates/login.html
Normal file
10
templates/login.html
Normal file
@@ -0,0 +1,10 @@
|
||||
{% extends "base.html" %}
|
||||
{% block title %}Login Page{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<form action="#" method="post">
|
||||
<p>Name:</p>
|
||||
<p><input type="text" name="nm" /></p>
|
||||
<p><input type="submit" value="submit"/></p>
|
||||
</form>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user