We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f471f92 commit 2c27a0cCopy full SHA for 2c27a0c
1 file changed
github_management_project/urls.py
@@ -53,7 +53,7 @@ def robots_txt(request):
53
54
path('search/', SearchUsersView.as_view(), name='opensearch'),
55
# Sitemap
56
- path('sitemap.xml', sitemap, {'sitemaps': sitemaps, 'protocol': 'https'}, name='django.contrib.sitemaps.views.sitemap'),
+ path('sitemap.xml', sitemap, {'sitemaps': sitemaps}, name='django.contrib.sitemaps.views.sitemap'),
57
58
# Google One Tap authentication
59
path('accounts/google/onetap/', google_one_tap_auth, name='google_one_tap_auth'),
0 commit comments