Skip to content

Commit

Permalink
Remove exclamation mark in submit button
Browse files Browse the repository at this point in the history
  • Loading branch information
taoky committed Nov 1, 2024
1 parent 69d6ae5 commit 66e06ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/templates/challenge_feedback.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h1>提交对题目 {{challenge_name}} 的反馈</h1>
{% csrf_token %}
<textarea id="contents" class="pure-input-1" name="contents" rows="20" maxlength="1024" required>{{ contents }}</textarea>
<div class="pure-u-1" style="text-align: right;">
<button type="submit" class="pure-button pure-button-primary">提交</button>
<button type="submit" class="pure-button pure-button-primary">提交</button>
</div>
</fieldset>
</form>
Expand Down

0 comments on commit 66e06ad

Please sign in to comment.