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
6506c229
Verified
Commit
6506c229
authored
Aug 02, 2019
by
erdnaxe
🎇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix site name
parent
11006819
Pipeline
#1386
failed with stage
in 3 minutes and 30 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
9 deletions
+5
-9
med/settings.py
med/settings.py
+0
-2
med/templates/med/index.html
med/templates/med/index.html
+1
-1
templates/base.html
templates/base.html
+4
-6
No files found.
med/settings.py
View file @
6506c229
...
@@ -175,8 +175,6 @@ PASSWORD_HASHERS = (
...
@@ -175,8 +175,6 @@ PASSWORD_HASHERS = (
)
)
AUTH_USER_MODEL
=
'users.User'
AUTH_USER_MODEL
=
'users.User'
LOGIN_URL
=
'/login/'
LOGIN_REDIRECT_URL
=
'/'
SITE_NAME
=
"Med"
SITE_NAME
=
"Med"
# Association information
# Association information
...
...
med/templates/med/index.html
View file @
6506c229
...
@@ -9,7 +9,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
...
@@ -9,7 +9,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
{% block title %}Accueil{% endblock %}
{% block title %}Accueil{% endblock %}
{% block content %}
{% block content %}
<h1>
Bienvenue sur
{{ site_name }}, notre base de données
.
</h1>
<h1>
Bienvenue sur
la base de données de la Mediatek
.
</h1>
<h1>
Welcome to procrastination heaven !
</h1>
<h1>
Welcome to procrastination heaven !
</h1>
<p
class=
"lead"
>
<p
class=
"lead"
>
...
...
templates/base.html
View file @
6506c229
...
@@ -36,7 +36,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
...
@@ -36,7 +36,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% bootstrap_javascript %}
{% bootstrap_javascript %}
<link
rel=
"stylesheet"
href=
"{% static "
/
css
/
base.css
"
%}"
>
<link
rel=
"stylesheet"
href=
"{% static "
/
css
/
base.css
"
%}"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<title>
{{
site_
name }} : {% block title %}Accueil{% endblock %}
</title>
<title>
{{
request.site.
name }} : {% block title %}Accueil{% endblock %}
</title>
</head>
</head>
<body>
<body>
...
@@ -49,7 +49,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
...
@@ -49,7 +49,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
<span
class=
"icon-bar"
></span>
<span
class=
"icon-bar"
></span>
<span
class=
"icon-bar"
></span>
<span
class=
"icon-bar"
></span>
</button>
</button>
<a
class=
"navbar-brand"
href=
"/"
>
{{
site_
name }}
</a>
<a
class=
"navbar-brand"
href=
"/"
>
{{
request.site.
name }}
</a>
</div>
</div>
<div
class=
"collapse navbar-collapse"
id=
"myNavbar"
>
<div
class=
"collapse navbar-collapse"
id=
"myNavbar"
>
<ul
class=
"nav navbar-nav"
>
<ul
class=
"nav navbar-nav"
>
...
@@ -105,8 +105,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
...
@@ -105,8 +105,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{# Display django.contrib.messages as Bootstrap alerts #}
{# Display django.contrib.messages as Bootstrap alerts #}
{% bootstrap_messages %}
{% bootstrap_messages %}
<hr>
{% block content %}{% endblock %}
{% block content %}{% endblock %}
</div>
</div>
<div
class=
"col-sm-2 sidenav"
>
<div
class=
"col-sm-2 sidenav"
>
...
@@ -139,8 +137,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
...
@@ -139,8 +137,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
</div>
</div>
<footer
class=
"navbar"
>
<footer
class=
"navbar"
>
<div
class=
"containerfluid text-center"
>
<div
class=
"container
-
fluid text-center"
>
<p>
Med
2017 - Gabriel Détraz (from Re2o 2016 - Détraz-Kermarec-Lemesle)
</p>
<p>
Med
iatek 2017-2020
—
<a
href=
"mailto:club-med@crans.org"
>
Nous contactez
</a>
</p>
</div>
</div>
</footer>
</footer>
...
...
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