Add registration and login templates plus UI stuff, moderation
This commit is contained in:
12
ojusomap/templates/registration/registration_closed.html
Normal file
12
ojusomap/templates/registration/registration_closed.html
Normal file
@ -0,0 +1,12 @@
|
||||
{% extends "base_page.html" %}
|
||||
{% load bootstrap3 %}
|
||||
{% block page_name %}Registration{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div class="container">
|
||||
<div class="page-lead">
|
||||
<h2>Registration</h2>
|
||||
<p class="lead">Account registration is currently closed. Come back soon!</p>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user