mirror of
https://github.com/Rushilwiz/NewViewsNews.git
synced 2025-04-20 19:40:16 -04:00
fixed typo
This commit is contained in:
parent
ffd3809fa2
commit
2129f28909
|
@ -37,7 +37,7 @@ class ArticleListView(ListView):
|
||||||
|
|
||||||
class UserArticleListView(ListView):
|
class UserArticleListView(ListView):
|
||||||
model = Article
|
model = Article
|
||||||
template_name = "news/user_articles.html"
|
template_name = "news/user_article.html"
|
||||||
context_object_name='articles'
|
context_object_name='articles'
|
||||||
paginate_by = 8
|
paginate_by = 8
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user