mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Fixed typo in previous commit.
This commit is contained in:
parent
549284faa4
commit
6745b6fd7a
1 changed files with 1 additions and 1 deletions
|
@ -1102,7 +1102,7 @@ prepend the current active language code to all url patterns defined within
|
|||
|
||||
from about import views as about_views
|
||||
from news import views as news_views
|
||||
from sitemap.views imort sitemap
|
||||
from sitemap.views import sitemap
|
||||
|
||||
urlpatterns = [
|
||||
url(r'^sitemap\.xml$', sitemap, name='sitemap_xml'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue