Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Base de données Mediatek
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
3
Issues
3
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mediatek
Base de données Mediatek
Commits
26ac3d74
Verified
Commit
26ac3d74
authored
Aug 15, 2019
by
erdnaxe
🎇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add 404 page
parent
2a2afb06
Pipeline
#1448
passed with stage
in 3 minutes and 25 seconds
Changes
2
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
0 deletions
+25
-0
theme/static/images/butterflies.svg
theme/static/images/butterflies.svg
+1
-0
theme/templates/404.html
theme/templates/404.html
+24
-0
No files found.
theme/static/images/butterflies.svg
0 → 100644
View file @
26ac3d74
This diff is collapsed.
Click to expand it.
theme/templates/404.html
0 → 100644
View file @
26ac3d74
{% extends "base.html" %}
{% comment %}
SPDX-License-Identifier: GPL-3.0-or-later
{% endcomment %}
{% load i18n static %}
{% block content_title %}
<h1>
Oh crap!
<small>
404
</small></h1>
{% endblock %}
{% block content %}
<p>
{% trans "This page has been lost in the deep dark." %}
</p>
<p>
{% blocktrans %}
If you think this page sould exist, please
<a
href=
"mailto:club-med@crans.org"
>
alert the administrator
</a>
.
Else, you should go back and blame your link.
{% endblocktrans %}
</p>
<img
src=
"{% static "
images
/
butterflies.svg
"
%}"
class=
"poulpy"
alt=
"erdnaxe's butterflies! Designed by Freepik"
>
{% endblock %}
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