Add registration and login templates plus UI stuff, moderation
This commit is contained in:
11
ojusomap/templates/registration/logout.html
Normal file
11
ojusomap/templates/registration/logout.html
Normal file
@ -0,0 +1,11 @@
|
||||
{% extends "base_page.html" %}
|
||||
{% load bootstrap3 %}
|
||||
{% load crispy_forms_tags %}
|
||||
{% load envelope_tags %}
|
||||
{% load i18n %}
|
||||
|
||||
{% block page_name %}Registration{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<p class="text-center">{% trans "You've just been logged out." %} <a href="{% url 'auth_login' %}">{% trans "Click here to login again." %}</p>
|
||||
{% endblock %}
|
Reference in New Issue
Block a user