Skip to content

Commit

Permalink
Minor change in user-side hint formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dlareau committed May 11, 2020
1 parent 8297437 commit 39dbda8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion huntserver/templates/puzzle_hint.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h3 id="num_available_hints">You currently have {{team.num_available_hints}} ava
</div>
</div>
{% if not puzzle.hunt.is_public %}
<div id='submit_container' class="col-md-10 col-md-offset-1">
<div id='submit_container' class="col-md-12">
<fieldset id='submit'>
<legend>Request a Hint</legend>
<form id='sub_form' action="/hints/{{ puzzle.puzzle_id }}/" method='post'>
Expand Down

0 comments on commit 39dbda8

Please sign in to comment.