9 lines
221 B
HTML
9 lines
221 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
<form action="" method="post">
|
|
<p><input type=text name=username>
|
|
<p><input type=password name=password>
|
|
<p><input type=submit value=Login>
|
|
</form>
|
|
{% endblock %} |