morning changes
This commit is contained in:
23
views/auth/login.html.twig
Normal file
23
views/auth/login.html.twig
Normal file
@@ -0,0 +1,23 @@
|
||||
{% extends '@novaconium/master.html.twig' %}
|
||||
|
||||
{% block content %}
|
||||
<h1>{{title}}</h1>
|
||||
|
||||
|
||||
<div id="login">
|
||||
|
||||
<form method="post" action="/novaconium/login">
|
||||
<input type="hidden" name="token" value="{{ token }}" />
|
||||
|
||||
<label for="username">Username:</label><br>
|
||||
<input type="text" id="username" name="username" required><br><br>
|
||||
|
||||
<label for="password">Password:</label><br>
|
||||
<input type="password" id="password" name="password" required><br><br>
|
||||
|
||||
<button type="submit">Login</button>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user