Add Register
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
{% extends 'accounts/base.html' %}
|
||||
{% block title %}Registrierung{% endblock %}
|
||||
{% block content %}
|
||||
<h2>Registrierung</h2>
|
||||
<header>
|
||||
<h2>Registrierung</h2>
|
||||
</header>
|
||||
<div class="login-container">
|
||||
<form method="POST" novalidate>
|
||||
{% csrf_token %}
|
||||
<h2>Sign Up</h2>
|
||||
{{ form.as_p }}
|
||||
<input type="submit" value="Register" />
|
||||
</form>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user