wizyta oraz widok księdza
This commit is contained in:
14
backend/templates/parish/visit/login.html
Normal file
14
backend/templates/parish/visit/login.html
Normal file
@ -0,0 +1,14 @@
|
||||
{% extends 'parish/base.html' %}
|
||||
{% load crispy_forms_tags %}
|
||||
|
||||
{% block content %}
|
||||
<p class="is-size-2 has-text-centered">Zaloguj się</p>
|
||||
<form method="post">
|
||||
{% csrf_token %}
|
||||
{{ form|crispy }}
|
||||
<p class="has-text-centered">
|
||||
<button type="submit" class="button is-success">Zaloguj się</button>
|
||||
<a href="{% url 'visit' parish.slug %}" class="button is-light">Powrót</a>
|
||||
</p>
|
||||
</form>
|
||||
{% endblock %}
|
Reference in New Issue
Block a user