Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
go
Commits
0a435aca
Commit
0a435aca
authored
Feb 05, 2017
by
Grady Moran
Browse files
Added the 403 page
parent
3bd1a320
Pipeline
#840
passed with stage
in 1 minute and 11 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
go/go/templates/403.html
0 → 100644
View file @
0a435aca
<!-- include the base html template -->
{% extends 'layouts/base.html' %}
<!-- define the page title block -->
{% block title %}
403 Error
•
Forbidden
{% endblock %}
<!-- define the content block for the page -->
{% block content %}
<!-- Tell Django to load static files -->
{% load staticfiles %}
<!-- div that contains the 404 page content -->
<div
class=
"row"
>
<div
class=
"col-md-10 col-md-offset-1 text-center"
>
<h1>
403 Error - Forbidden
</h1>
<h3>
You are not permitted to access this page, or you have exceeded the maximum limit of submitted links.
</h3>
<h3>
Click
<a
href=
"{% url 'index' %}"
>
here
</a>
to return to the home page.
</h3>
<img
id=
"squirrels"
src=
"{% static "
img
/
acorn.png
"
%}"
>
<a
href=
"/"
><img
src=
"{% static "
img
/
acorn.png
"
%}"
style=
"width:10vw;"
></a>
</div>
</div>
{% endblock %}
David Haynes
🙆
@dhaynes3
mentioned in issue
#139 (closed)
·
Apr 17, 2017
mentioned in issue
#139 (closed)
mentioned in issue #139
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment