Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
manhattan
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
InnovacionDocente
manhattan
Commits
f718eed3
Commit
f718eed3
authored
May 30, 2019
by
Enrique Matías Sánchez (Quique)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ui Añadir imagen a la página de error 403
parent
b34bf30b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
5 deletions
+8
-5
star_wars_lego_storm_trooper_parade.jpg
static/img/star_wars_lego_storm_trooper_parade.jpg
+0
-0
403.html
templates/403.html
+8
-5
No files found.
static/img/star_wars_lego_storm_trooper_parade.jpg
0 → 100644
View file @
f718eed3
45.7 KB
templates/403.html
View file @
f718eed3
{% extends 'base.html' %}
{% load i18n custom_tags %}
{% load i18n custom_tags
static
%}
{% block title %}{% trans "403 Prohibido" %}{% endblock title %}
{% block description %}{% trans "403 Prohibido" %}{% endblock description %}
...
...
@@ -9,11 +9,14 @@
<hr
/>
<br
/>
<p>
{% trans 'No está autorizado a realizar esta acción:' %}
<p>
<div
style=
"text-align: center;"
>
<p><img
src=
"{% static 'img/star_wars_lego_storm_trooper_parade.jpg' %}"
alt=
"Tropas imperiales"
></p>
<p>
{% trans 'No está autorizado a realizar esta acción:' %}
<p>
<div
class=
"alert alert-danger"
role=
"alert"
>
{% alert_icon 'error' %}
{{ exception }}
<div
class=
"alert alert-danger"
role=
"alert"
>
{% alert_icon 'error' %}
{{ exception }}
</div>
</div>
</div>
{% endblock content %}
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