Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
thalia
concrexit
Commits
49a28593
Commit
49a28593
authored
Jan 22, 2017
by
Sébastiaan Versteeg
Browse files
Add events sitemap to site sitemap
parent
3cec08af
Changes
1
Hide whitespace changes
Inline
Side-by-side
website/thaliawebsite/urls.py
View file @
49a28593
...
...
@@ -33,6 +33,7 @@ from events.feeds import DeprecationFeed
from
members.sitemaps
import
sitemap
as
members_sitemap
from
partners.sitemaps
import
sitemap
as
partners_sitemap
from
thabloid.sitemaps
import
sitemap
as
thabloid_sitemap
from
events.sitemaps
import
sitemap
as
events_sitemap
from
utils.views
import
private_thumbnails
,
generate_thumbnail
from
.
import
views
...
...
@@ -46,6 +47,7 @@ thalia_sitemap.update(members_sitemap)
thalia_sitemap
.
update
(
documents_sitemap
)
thalia_sitemap
.
update
(
thabloid_sitemap
)
thalia_sitemap
.
update
(
partners_sitemap
)
thalia_sitemap
.
update
(
events_sitemap
)
urlpatterns
=
[
url
(
r
'^$'
,
TemplateView
.
as_view
(
template_name
=
'index.html'
),
name
=
'index'
),
...
...
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