Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dbchiro
dbchiroweb
Commits
6fff6f59
Commit
6fff6f59
authored
Feb 17, 2020
by
Hypsug0
Browse files
Merge branch 'develop' into 'develop'
fix forgotten uncommented code See merge request
!47
parents
73f792ae
aaf252fa
Changes
2
Hide whitespace changes
Inline
Side-by-side
sights/place/views.py
View file @
6fff6f59
...
...
@@ -242,7 +242,6 @@ class PlaceDetail(PlaceViewAuthMixin, DetailView):
context
[
"sessioncount"
]
=
sessioncount
context
[
"sessiontable"
]
=
sessiontable
context
[
"placedetail"
]
=
placedetail
context
[
"placeneighbour"
]
=
placeneighbour
if
placedetail
:
context
[
"placedetailicon"
]
=
placedetailicon
context
[
"placedetailtitle"
]
=
placedetailtitle
...
...
templates/base.html
View file @
6fff6f59
...
...
@@ -5,7 +5,7 @@
<head>
<meta
charset=
"utf-8"
>
<meta
http-equiv=
"x-ua-compatible"
content=
"ie=edge"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no
, shrink-to-fit=no
"
>
<!-- indiquez ici le titre de votre page -->
<title>
{{ SITE_NAME }}
</title>
{# Inclusion des CSS principaux #}
...
...
Write
Preview
Supports
Markdown
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