mirror of
https://github.com/kristoferssolo/FOSSDB.git
synced 2025-10-21 17:50:35 +00:00
Added login file
This commit is contained in:
parent
88701203ec
commit
dcf849257e
13
templates/registration/login.html
Normal file
13
templates/registration/login.html
Normal file
@ -0,0 +1,13 @@
|
||||
{% extends "layout.html" %}
|
||||
{% load static %}
|
||||
{% block title %}{{ title }}{% endblock %}
|
||||
{% block meta %}{% endblock %}
|
||||
{% block content %}
|
||||
<form method="post">
|
||||
{% csrf_token %}{{ form }}
|
||||
<p>
|
||||
Don't have an account? Create one <a href="{% url 'signup' %}">Here</a>!
|
||||
</p>
|
||||
<button type="submit">Login</button>
|
||||
</form>
|
||||
{% endblock %}
|
||||
Loading…
Reference in New Issue
Block a user