This repository has been archived on 2022-08-01. You can view files and clone it, but cannot push or open issues or pull requests.
DEMOS2/allauthdemo/templates/polls
2018-09-05 11:46:57 +01:00
..
create_event.html
create_option.html
create_poll.html
del_event.html
detail.html
event_decrypt.html The generic functionality of the event_vote page has been replicated in the sense that if access is denied to event_setup or event_decrypt, a client is not directed to a page that they don't have access to. Instead, they're kept on the same page and are told why access to that page has been denied. Furthermore, the POSTing of data to the back-end on both of these updated page is now done using Ajax requests where dialogs update the user rather than redirecting to a page the user doesn't have access to. 2018-09-05 11:46:57 +01:00
event_detail_advanced.html
event_detail_base.html
event_detail_details.html
event_detail_entities.html
event_detail_polls.html
event_list.html
event_results.html
event_setup.html The generic functionality of the event_vote page has been replicated in the sense that if access is denied to event_setup or event_decrypt, a client is not directed to a page that they don't have access to. Instead, they're kept on the same page and are told why access to that page has been denied. Furthermore, the POSTing of data to the back-end on both of these updated page is now done using Ajax requests where dialogs update the user rather than redirecting to a page the user doesn't have access to. 2018-09-05 11:46:57 +01:00
event_vote.html
generic_form.html
results.html
view_poll_detail.html
vote_audit.html
vote_poll.html