|
@@ -26,7 +26,7 @@ urlpatterns = [
|
|
path('to_edit/<pk>', article.to_edit),
|
|
path('to_edit/<pk>', article.to_edit),
|
|
path('cancel_show_index/<pk>', article.cancel_show_index),
|
|
path('cancel_show_index/<pk>', article.cancel_show_index),
|
|
path('show_show_index/<pk>', article.show_show_index),
|
|
path('show_show_index/<pk>', article.show_show_index),
|
|
- path(r'<title>.html', article.show_article),
|
|
|
|
|
|
+ path(r'<pk>.html', article.show_article),
|
|
path('edit_article', article.edit_article),
|
|
path('edit_article', article.edit_article),
|
|
path('delete_article', article.delete_article),
|
|
path('delete_article', article.delete_article),
|
|
]
|
|
]
|