File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ def revision_info(request):
2424 'version_num' : __version__ + __patch__ ,
2525 'django_version' : django .get_version (),
2626 'python_version' : python_version (),
27+ 'bugreport_email' : settings .BUG_REPORT_EMAIL ,
2728 }
2829
2930def debug_mark_queries_from_view (request ):
Original file line number Diff line number Diff line change 4646 ('Matt Larson' , 'mlarson@amsl.com' ),
4747)
4848
49+ BUG_REPORT_EMAIL = "datatracker-project@ietf.org"
50+
4951PASSWORD_HASHERS = [
5052 'django.contrib.auth.hashers.Argon2PasswordHasher' ,
5153 'django.contrib.auth.hashers.BCryptSHA256PasswordHasher' ,
Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ <h2>The page you were looking for couldn't be found.</h2>
1212 < p > The requested URL was not found on this server. If you entered the URL
1313 manually please check your spelling and try again.</ p >
1414
15- < p > If you think this is a server error, please contact < a href ="mailto:webtools@ietf.org " > webtools@ietf.org </ a > .</ p >
15+ < p > If you think this is a server error, please contact < a href ="mailto:{{ bugreport_email }} " > {{ bugreport_email }} </ a > .</ p >
1616{% endblock %}
1717
Original file line number Diff line number Diff line change 145145 {% endif %}
146146 Report a bug:
147147 < a href ="https://tools.ietf.org/tools/ietfdb/newticket "> Tracker:< span class ="fa fa-bug "> </ span > </ a >
148- < a href ="mailto:datatracker-project@ietf.org "> Email:< span class ="fa fa-envelope "> </ span > </ a >
148+ < a href ="mailto:{{ bugreport_email }} "> Email:< span class ="fa fa-envelope "> </ span > </ a >
149149 < br >
150150 Python {{ python_version }} |
151151 Django {{ django_version }}
You can’t perform that action at this time.
0 commit comments