From 2b03432bf546b0880088f1ff0b45f05d68d359f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Merlin=20G=C3=B6ttlinger?= Date: Thu, 19 Aug 2021 14:33:47 +0200 Subject: [PATCH] Missing import --- spheroscope/templates/wordlists/create.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spheroscope/templates/wordlists/create.html b/spheroscope/templates/wordlists/create.html index 74677a8..ef385d2 100644 --- a/spheroscope/templates/wordlists/create.html +++ b/spheroscope/templates/wordlists/create.html @@ -1,5 +1,7 @@ {% extends 'wordlists/base.html' %} +{% import 'wordlists/helpers.html' as h %} + {% block title %} {{ super() }}
  • New wordlist