From cc190aa05b05f0a7dadabc484211b8fcd22b02bf Mon Sep 17 00:00:00 2001 From: Connor Nelson Date: Sat, 22 Aug 2020 16:31:08 -0700 Subject: [PATCH] Match challenges and dynamic challenges (#1609) * Change default `input` & `submit` blocks in `challenge.html` to use the default values specified in the original challenge type plugins --- CTFd/themes/core/templates/challenge.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CTFd/themes/core/templates/challenge.html b/CTFd/themes/core/templates/challenge.html index f5059eea..dd8de142 100644 --- a/CTFd/themes/core/templates/challenge.html +++ b/CTFd/themes/core/templates/challenge.html @@ -96,13 +96,13 @@
{% block input %} - - + + {% endblock %}
{% block submit %} - {% endblock %} @@ -141,4 +141,4 @@
- \ No newline at end of file +