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
M
med
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
erdnaxe
med
Commits
037b79c7
Commit
037b79c7
authored
Jun 23, 2017
by
Gabriel Detraz
Committed by
root
Jun 23, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Broutilles stretch
parent
c75d6955
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
portail_captif/settings.py
portail_captif/settings.py
+1
-1
templates/base.html
templates/base.html
+1
-1
users/urls.py
users/urls.py
+1
-0
No files found.
portail_captif/settings.py
View file @
037b79c7
...
...
@@ -50,7 +50,7 @@ PASSWORD_HASHERS = (
)
AUTH_USER_MODEL
=
'users.User'
LOGIN_URL
=
'/login'
LOGIN_URL
=
'/login
/
'
LOGIN_REDIRECT_URL
=
'/'
...
...
templates/base.html
View file @
037b79c7
...
...
@@ -34,7 +34,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% bootstrap_css %}
{% bootstrap_javascript %}
<link
rel=
"stylesheet"
href=
"{% static "
/
static
/
css
/
base.css
"
%}"
>
<link
rel=
"stylesheet"
href=
"{% static "
/
css
/
base.css
"
%}"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<title>
{{ site_name }} : {% block title %}Accueil{% endblock %}
</title>
</head>
...
...
users/urls.py
View file @
037b79c7
...
...
@@ -24,6 +24,7 @@ from django.conf.urls import url
from
.
import
views
app_name
=
'users'
urlpatterns
=
[
url
(
r
'^new_user/$'
,
views
.
new_user
,
name
=
'new-user'
),
url
(
r
'^capture/$'
,
views
.
capture
,
name
=
'capture'
),
...
...
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