mirror of
https://github.com/onionshare/onionshare.git
synced 2025-09-22 05:24:50 -04:00
Stop passing status_url_path to render denied template, to avoid exception
This commit is contained in:
parent
e092c50b42
commit
c949a731bb
2 changed files with 4 additions and 12 deletions
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue