Primer upload, esta en un estado bastante decente la pagina <3

This commit is contained in:
Daniel Cortes
2019-02-13 06:12:24 -03:00
commit 85dc398ab6
22 changed files with 1671 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{% extends 'base.html' %}
{% block title %}admin/login{% endblock %}
{% block content %}
<form method="post">
<label for="username">~/username:</label>
<input type="text" class="u-full-width" id="username" name="username">
<label for="password">~/password:</label>
<input type="password" class="u-full-width" id="password" name="password">
<input class="button-primary" type="submit" value="Submit">
</form>
{% endblock %}