Skip to content

Commit 1b8c925

Browse files
authored
Merge pull request DjangoGirls#1079 from camelidus/patch-1
Update README.md
2 parents 49f1c91 + 66dcfb9 commit 1b8c925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

es/extend_your_application/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ from . import views
5454

5555
urlpatterns = [
5656
url(r'^$', views.post_list),
57-
url(r'^post/(?P<pk>[0-9]+)/$', views.post_detail),
57+
url(r'^post/(?P<pk>[0-9]+)/$', views.post_detail, name='post_detail'),
5858
]
5959
```
6060

0 commit comments

Comments
 (0)