mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-10 14:44:18 +00:00
fix missing stdout template var on /add when not rendering success page
This commit is contained in:
parent
b6d7c74680
commit
a089136fea
1 changed files with 1 additions and 0 deletions
|
@ -253,6 +253,7 @@ class AddView(UserPassesTestMixin, FormView):
|
|||
'absolute_add_path': self.request.build_absolute_uri(self.request.path),
|
||||
'VERSION': VERSION,
|
||||
'FOOTER_INFO': FOOTER_INFO,
|
||||
'stdout': '',
|
||||
}
|
||||
|
||||
def form_valid(self, form):
|
||||
|
|
Loading…
Reference in a new issue