Skip to content
Snippets Groups Projects
Commit fd2290ef authored by John Xina's avatar John Xina
Browse files

fix download_url not working due to typo

parent f95744bc
Branches
Tags
No related merge requests found
......@@ -80,7 +80,7 @@
<a href="https://www.bilibili.com/video/{{ vinfo['bvid'] }}">在哔哩哔哩上观看</a>
</span>
{% if site_modified_source_code_url %}
{% if site_allow_download %}
<form class="pure-form pure-form-stacked" action="/download" method="post" rel="noopener" target="_blank">
<input type="hidden" name="id" value="{{ vinfo['bvid'] }}">
<input type="hidden" name="cvid" value="{{ idx }}">
......
......@@ -67,7 +67,7 @@
<a href="https://www.bilibili.com/video/{{ vinfo['bvid'] }}">在哔哩哔哩上观看</a>
</span>
{% if site_modified_source_code_url %}
{% if site_allow_download %}
<form class="pure-form pure-form-stacked" action="/download" method="post" rel="noopener" target="_blank">
<input type="hidden" name="id" value="{{ vinfo['bvid'] }}">
<input type="hidden" name="cvid" value="{{ idx }}">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment