reorganizing project directories, part 1
This commit is contained in:
9
dr_botzo/templates/403.html
Normal file
9
dr_botzo/templates/403.html
Normal file
@@ -0,0 +1,9 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}403 Forbidden{% endblock title %}
|
||||
|
||||
{% block content %}
|
||||
<p>Sorry, you do not have permission to take that action. Please contact
|
||||
support with the page with the link you clicked to get here if you believe
|
||||
this is in error.</p>
|
||||
{% endblock content %}
|
||||
Reference in New Issue
Block a user