mirror of
https://github.com/andrewkdinh/death-code.git
synced 2024-11-21 02:34:33 -08:00
Change wording
This commit is contained in:
parent
48f4fc0a4a
commit
5d83768bf3
@ -21,4 +21,4 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: ../rust-captcha/docker
|
context: ../rust-captcha/docker
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
@ -32,7 +32,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<input required type="text" name="captcha-solution">
|
<input required type="text" name="captcha-solution">
|
||||||
<input type="hidden" name="captcha-id" value="{{ captcha_id }}">
|
<input type="hidden" name="captcha-id" value="{{ captcha_id }}">
|
||||||
<button type="submit">Validate</button>
|
<button type="submit">Submit</button>
|
||||||
</form>
|
</form>
|
||||||
<p>Once you get the value of f(0), go to {{ domain }}/f(0)</p>
|
<p>Once you get the value of f(0), go to {{ domain }}/f(0)</p>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user