Implement more tables, add more page templates, initial working db example
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block headers %}
|
||||
<link rel="stylesheet" href="/static/login.css">
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
<form class="login-form" action_url="/login" method="POST">
|
||||
|
||||
Reference in New Issue
Block a user