Merge branch 'feature-email-when-vote-starts' into 'master'
Feature email when vote starts See merge request !18
No related branches found
No related tags found
Checking pipeline status
Showing
- management/forms.py 72 additions, 6 deletionsmanagement/forms.py
- management/management/commands/process_reminders.py 21 additions, 0 deletionsmanagement/management/commands/process_reminders.py
- management/static/management/css/style.css 26 additions, 2 deletionsmanagement/static/management/css/style.css
- management/templates/management/add_election.html 79 additions, 3 deletionsmanagement/templates/management/add_election.html
- management/templates/management/add_session.html 70 additions, 1 deletionmanagement/templates/management/add_session.html
- management/templates/management/election.html 17 additions, 3 deletionsmanagement/templates/management/election.html
- management/templates/management/index.html 2 additions, 4 deletionsmanagement/templates/management/index.html
- management/templates/management/session.html 8 additions, 4 deletionsmanagement/templates/management/session.html
- management/views.py 78 additions, 10 deletionsmanagement/views.py
- static/img/example.png 0 additions, 0 deletionsstatic/img/example.png
- vote/management/commands/reset_voter.py 1 addition, 1 deletionvote/management/commands/reset_voter.py
- vote/migrations/0017_election_send_emails_on_start.py 17 additions, 0 deletionsvote/migrations/0017_election_send_emails_on_start.py
- vote/migrations/0018_auto_20201025_2159.py 22 additions, 0 deletionsvote/migrations/0018_auto_20201025_2159.py
- vote/migrations/0019_auto_20201030_1913.py 22 additions, 0 deletionsvote/migrations/0019_auto_20201030_1913.py
- vote/migrations/0020_election_remind_text_sent.py 17 additions, 0 deletionsvote/migrations/0020_election_remind_text_sent.py
- vote/models.py 68 additions, 12 deletionsvote/models.py
- vote/templates/vote/mails/invitation.j2 11 additions, 7 deletionsvote/templates/vote/mails/invitation.j2
- vote/templates/vote/mails/start.j2 24 additions, 0 deletionsvote/templates/vote/mails/start.j2
Loading
Please register or sign in to comment