aboutsummaryrefslogtreecommitdiffstats
path: root/pyblackbird_cc/resources/forms.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyblackbird_cc/resources/forms.py')
-rw-r--r--pyblackbird_cc/resources/forms.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyblackbird_cc/resources/forms.py b/pyblackbird_cc/resources/forms.py
index f046969..2774da5 100644
--- a/pyblackbird_cc/resources/forms.py
+++ b/pyblackbird_cc/resources/forms.py
@@ -201,7 +201,7 @@ class ResourceUpdatePDFsForm(forms.Form):
Field("pdf_files"),
FormActions(
Submit("submit", "Submit", css_class="btn btn-primary"),
- Button("cancel", "Cancel", css_class="btn btn-danger", onclick=f"location.href=''"),
+ Button("cancel", "Cancel", css_class="btn btn-danger", onclick="location.href=''"),
),
)