Require login if not in authorized IP range
This commit is contained in:
parent
d59fb154b6
commit
6f67b855ac
4 changed files with 56 additions and 2 deletions
|
|
@ -3,5 +3,5 @@ from django.urls import path
|
|||
from .views import TagDetail
|
||||
|
||||
urlpatterns = [
|
||||
path('tags/<slug:slug>/', TagDetail.as_view(), name='tag-detail'),
|
||||
path('tag/<slug:slug>/', TagDetail.as_view(), name='tag-detail'),
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue