Stop passing status_url_path to render denied template, to avoid exception

This commit is contained in:
Micah Lee 2020-12-13 10:48:16 -08:00
parent e092c50b42
commit c949a731bb
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
2 changed files with 4 additions and 12 deletions

View file

@ -4,12 +4,11 @@
<head>
<title>OnionShare</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="{{ static_url_path }}/img/favicon.ico" rel="icon" type="image/x-icon" />
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<p>OnionShare download in progress</p>
</body>
</html>
</html>