diff options
| author | nik258heda <heda258nikunj@gmail.com> | 2020-10-09 17:45:09 +0530 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-10-12 06:29:36 +0200 |
| commit | 079deba53038054361eb32afdd06ce9df1040bc7 (patch) | |
| tree | e763f5e578875a94bcb0f162ab8d54348569340e /django/views/templates | |
| parent | f1f24539d8c86f60d1e2951a19eb3178e15d6399 (diff) | |
Fixed #32087 -- Made technical 500 debug page use HTTPS for sharing traceback.
Diffstat (limited to 'django/views/templates')
| -rw-r--r-- | django/views/templates/technical_500.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/views/templates/technical_500.html b/django/views/templates/technical_500.html index 57d07eb933..f0cadf03bd 100644 --- a/django/views/templates/technical_500.html +++ b/django/views/templates/technical_500.html @@ -278,7 +278,7 @@ {% endfor %} </ul> </div> - <form action="http://dpaste.com/" name="pasteform" id="pasteform" method="post"> + <form action="https://dpaste.com/" name="pasteform" id="pasteform" method="post"> {% if not is_email %} <div id="pastebinTraceback" class="pastebin"> <input type="hidden" name="language" value="PythonConsole"> |
