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
aaf252fa
Commit
aaf252fa
authored
Feb 17, 2020
by
Hypsug0
Browse files
fix forgotten uncommented code
parent
3b739f11
Changes
2
Hide whitespace changes
Inline
Side-by-side
sights/place/views.py
View file @
aaf252fa
...
...
@@ -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 @
aaf252fa
...
...
@@ -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