Skip to content
GitLab
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
194e153c
Unverified
Commit
194e153c
authored
Jun 06, 2019
by
Thom Wiggers
📐
Browse files
Add education sitemap
parent
e5fd37d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
website/thaliawebsite/urls.py
View file @
194e153c
...
...
@@ -41,6 +41,7 @@ from django.views.i18n import JavaScriptCatalog
import
members
from
activemembers.sitemaps
import
sitemap
as
activemembers_sitemap
from
documents.sitemaps
import
sitemap
as
documents_sitemap
from
education.sitemaps
import
sitemap
as
education_sitemap
from
events.sitemaps
import
sitemap
as
events_sitemap
from
events.views
import
AlumniEventsView
from
members.sitemaps
import
sitemap
as
members_sitemap
...
...
@@ -68,6 +69,7 @@ THALIA_SITEMAP.update(members_sitemap)
THALIA_SITEMAP
.
update
(
documents_sitemap
)
THALIA_SITEMAP
.
update
(
thabloid_sitemap
)
THALIA_SITEMAP
.
update
(
partners_sitemap
)
THALIA_SITEMAP
.
update
(
education_sitemap
)
THALIA_SITEMAP
.
update
(
events_sitemap
)
# pragma pylint: disable=line-too-long
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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