-
Notifications
You must be signed in to change notification settings - Fork 57
Closed
Labels
BSoC'24Issues available during BSoC 2024Issues available during BSoC 2024bugSomething isn't workingSomething isn't workingdifficulty - easygood first issueGood for newcomersGood for newcomers
Description
Is your feature request related to a problem? Please describe.
Whenever user tries to open a /news/
page or a /chapter/
page on an index that does not exist, for example if user tries to open /news/9/
or /chapter/5/
, but no data is there to be displayed at that index, the page shows a DoesNotExist error like this.
Describe the solution you'd like!
Whenever user opens the page on a non-existent index, the user should be simply redirected to the /news/
or /chapter/
page respectively.
Describe alternatives you've considered
None.
Developer Help
None.
Metadata
Metadata
Assignees
Labels
BSoC'24Issues available during BSoC 2024Issues available during BSoC 2024bugSomething isn't workingSomething isn't workingdifficulty - easygood first issueGood for newcomersGood for newcomers