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
9810f48e
Commit
9810f48e
authored
May 22, 2019
by
Enrique Matías Sánchez (Quique)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ui Página 404 personalizada
parent
ec93d681
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
0 deletions
+20
-0
torico_by_quique.jpg
static/img/torico_by_quique.jpg
+0
-0
404.html
templates/404.html
+20
-0
No files found.
static/img/torico_by_quique.jpg
0 → 100644
View file @
9810f48e
36.4 KB
templates/404.html
0 → 100644
View file @
9810f48e
{% extends 'base.html' %}
{% load i18n static %}
{% block title %}{% trans "404 Página no encontrada" %}{% endblock title %}
{% block description %}{% trans "404 Página no encontrada" %}{% endblock description %}
{% block content %}
<div
class=
"container-blanco"
>
<h1>
{% trans "404 Página no encontrada" %}
</h1>
<hr
/>
<br
/>
<div
style=
"text-align: center;"
>
<img
src=
"{% static 'img/torico_by_quique.jpg' %}"
>
<h1
class=
"text-danger"
>
{% trans '¡Teruel existe!' %}
</h1>
<h2
class=
"text-muted"
>
{% trans 'Pero esta página, ya no.' %}
</h2>
<p>
{% trans 'O quizás nunca haya existido. Compruebe que la dirección sea correcta.' %}
</p>
<p
class=
"text-muted"
>
{{ exception }}
</p>
</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