File tree Expand file tree Collapse file tree
dear_petition/templates/accounts Expand file tree Collapse file tree Original file line number Diff line number Diff line change 234234# Django Admin URL.
235235ADMIN_URL = "admin/"
236236# https://docs.djangoproject.com/en/dev/ref/settings/#admins
237- ADMINS = [("""Code for Durham""" , "ccopeland@codeforamerica.org" )]
237+ # TODO: fix admin email.
238+ ADMINS = [("""Code for Asheville""" , "ccopeland@codeforamerica.org" )]
238239# https://docs.djangoproject.com/en/dev/ref/settings/#managers
239240MANAGERS = ADMINS
240241
Original file line number Diff line number Diff line change 11{% autoescape off %}
2- Click the link below to reset the password for the DEAR Petition user: {{ user.get_username }}
2+ Click the link below to reset the password for the {{ site=_name }} user: {{ user.get_username }}
33
44{{ protocol }}://{{ domain }}{% url 'password_reset_confirm' uidb64=uid token=token %}
55
Original file line number Diff line number Diff line change 1- DEAR Petition password reset
1+ {{ site_name }} password reset
Original file line number Diff line number Diff line change 55 < link rel ="icon " href ="%PUBLIC_URL%/favicon.ico " />
66 < meta name ="viewport " content ="width=device-width, initial-scale=1 " />
77 < meta name ="theme-color " content ="#000000 " />
8- < title > DEAR Petition Generator</ title >
8+ < title > WExT Petition Generator</ title >
99 </ head >
1010 < body >
1111 < noscript > You need to enable JavaScript to run this app.</ noscript >
You can’t perform that action at this time.
0 commit comments