Skip to content

Commit

Permalink
Fix upload page being broken by the url_for changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Difegue committed Oct 28, 2024
1 parent ee5c12a commit c1d8128
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions templates/upload.html.tt2
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@
Download jobs will keep going even if you close this window!<br><br>

Type in your URLs (separated by a newline), and click the download button. <br>
If a <a href="[% c.url_for("/config/plugins") %]>Downloader plugin</a> is compatible with the URL, it'll be automatically
If a <a href="[% c.url_for("/config/plugins") %]">Downloader plugin</a> is compatible with the URL,
it'll be automatically
used.<br><br>

<label for="download_url">URL(s) to download:</label>
Expand Down Expand Up @@ -115,4 +116,4 @@
[% INCLUDE footer %]
</body>

</html>
</html>

0 comments on commit c1d8128

Please sign in to comment.