Skip to content

Commit

Permalink
feat: add some guide
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed Aug 19, 2024
1 parent f407256 commit 2f9c097
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion server/templates/suggest.html.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@
{% endblock %}

{% block content %}
<div class="row m-1">
<p>
<a href="https://bgm.tv/group/wiki" target="_blank">
<h1>提交前前先阅读置顶了解常见错误</h1>
</a>
</p>
</div>
<form action="/suggest?subject_id={{ subject_id }}" method="post"
enctype="application/x-www-form-urlencoded">
{{ csrf_input | safe }}
Expand Down Expand Up @@ -40,7 +47,9 @@
<input class="form-control" id="desc" name="desc"/>
</div>

<div class="cf-turnstile m-1" data-theme="light" data-response-field-name="cf_turnstile_response" data-sitekey="{{ CAPTCHA_SITE_KEY }}"></div>
<div class="cf-turnstile m-1" data-theme="light"
data-response-field-name="cf_turnstile_response"
data-sitekey="{{ CAPTCHA_SITE_KEY }}"></div>

<p>请等待验证码通过再进行提交</p>

Expand Down

0 comments on commit 2f9c097

Please sign in to comment.