wizyta oraz widok księdza
This commit is contained in:
8
backend/templates/parish/visit/auth.html
Normal file
8
backend/templates/parish/visit/auth.html
Normal file
@ -0,0 +1,8 @@
|
||||
{% extends 'parish/base.html' %}
|
||||
|
||||
{% block content %}
|
||||
<p class="has-text-centered">
|
||||
<a class="button is-light" href="{% url 'visit_login' parish.slug %}">Zaloguj się</a>
|
||||
<a class="button is-light" href="{% url 'visit_signup' parish.slug %}">Zarejestruj się</a>
|
||||
</p>
|
||||
{% endblock %}
|
Reference in New Issue
Block a user