knilios / ku-polls

Online polling and surveying application
0 stars 0 forks source link

Create an error message for invalid polls number if accessed from the url #24

Closed knilios closed 2 months ago

knilios commented 2 months ago

The user can visit any poll from the URL, as shown below: http://localhost:8000/polls/__poll_number__/ The page must give the user an error message using "Django Messages Framework" that such a poll does not exist.