diff --git a/tips/constants.py b/tips/constants.py index 21dc598a..5150a6a2 100644 --- a/tips/constants.py +++ b/tips/constants.py @@ -1,3 +1,5 @@ TIPS_PAGE_ROUTE = 'tips/index.html' ADD_TIP_PAGE_ROUTE = 'tips/add_tip.html' EDIT_TIP_PAGE_ROUTE = 'tips/edit_tip.html' +READ_MORE_PAGE_ROUTE = 'tips/read_more.html' +CATEGORIES_PAGE_ROUT = 'tips/categories.html' diff --git a/tips/templates/tips/read_more.html b/tips/templates/tips/read_more.html index 73184686..5a347e70 100644 --- a/tips/templates/tips/read_more.html +++ b/tips/templates/tips/read_more.html @@ -36,4 +36,4 @@