[TASK] add frontend process and basic files
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
{% extends "base" %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
{% if flash %}
|
||||
{% if flash.0 == "success" %}
|
||||
<div class="row">
|
||||
@ -24,3 +28,6 @@
|
||||
|
||||
<button type="submit">Login</button>
|
||||
</form>
|
||||
|
||||
|
||||
{% endblock content %}
|
Reference in New Issue
Block a user