Add registration and login templates plus UI stuff, moderation
This commit is contained in:
9
ojusomap/templates/404.html
Normal file
9
ojusomap/templates/404.html
Normal file
@ -0,0 +1,9 @@
|
||||
{% extends 'base_page.html' %}
|
||||
|
||||
{% block title %}
|
||||
Shucks.
|
||||
{% endblock %}
|
||||
|
||||
{% block description %}
|
||||
You've taken a wrong turn and we can't find the page you're looking for.
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user