Add registration and login templates plus UI stuff, moderation
This commit is contained in:
9
ojusomap/templates/403.html
Normal file
9
ojusomap/templates/403.html
Normal file
@ -0,0 +1,9 @@
|
||||
{% extends 'base_page.html' %}
|
||||
|
||||
{% block title %}
|
||||
Shucks.
|
||||
{% endblock %}
|
||||
|
||||
{% block description %}
|
||||
Looks like you're not supposed to be here.
|
||||
{% endblock %}
|
Reference in New Issue
Block a user