From 3c0d1753746c9a14165022c879b027db43099418 Mon Sep 17 00:00:00 2001 From: 0xInfection Date: Sat, 29 Dec 2018 16:17:17 +0000 Subject: [PATCH] Other necessary changes to code infrastructure --- core/forms.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/forms.py b/core/forms.py index 516ec08..2e79db9 100644 --- a/core/forms.py +++ b/core/forms.py @@ -11,7 +11,7 @@ def testFormx1(): # an example xsrfprobe-test-form to make sure the stuff works properly ;) - test_form_0x01 = """ + test_form_0x01 = """
@@ -25,13 +25,13 @@ def testFormx1(): # an example xsrfprobe-test-form to make sure the stuff works
  • Request new password
  • -
    """ +
    """ return test_form_0x01 def testFormx2(): # an example of a xsrfprobe-test-form (used drupal) - test_form_0x02 = """ + test_form_0x02 = """
    @@ -45,6 +45,6 @@ def testFormx2(): # an example of a xsrfprobe-test-form (used drupal)
  • Request new password
  • -
    """ +
    """ return test_form_0x02