File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5454 CommitEmailResendView ,
5555)
5656from news .feeds import AtomNewsFeed , RSSNewsFeed
57+ from news .views import V3AllTypesCreateView
5758from users .views import (
5859 CurrentUserAPIView ,
5960 CurrentUserProfileView ,
290291 name = "library-docs-redirect" ,
291292 ),
292293 path ("news/" , include ("news.urls" )),
294+ path ("v3/news/add/" , V3AllTypesCreateView .as_view (), name = "v3-news-create" ),
293295 path (
294296 "people/detail/" ,
295297 TemplateView .as_view (template_name = "boost/people_detail.html" ),
Original file line number Diff line number Diff line change 1717 NewsListView ,
1818 PollCreateView ,
1919 PollListView ,
20- V3AllTypesCreateView ,
2120 VideoCreateView ,
2221 VideoListView ,
2322)
4039 path ("add/link/" , LinkCreateView .as_view (), name = "news-link-create" ),
4140 path ("add/poll/" , PollCreateView .as_view (), name = "news-poll-create" ),
4241 path ("add/video/" , VideoCreateView .as_view (), name = "news-video-create" ),
43- path ("v3/news/add/" , V3AllTypesCreateView .as_view (), name = "v3-news-create" ),
4442 path ("moderate/" , EntryModerationListView .as_view (), name = "news-moderate" ),
4543 path (
4644 "moderate/<slug:slug>/" ,
You can’t perform that action at this time.
0 commit comments