mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-21 13:52:30 +02:00
fix missing stdout template var on /add when not rendering success page
This commit is contained in:
@@ -253,6 +253,7 @@ class AddView(UserPassesTestMixin, FormView):
|
|||||||
'absolute_add_path': self.request.build_absolute_uri(self.request.path),
|
'absolute_add_path': self.request.build_absolute_uri(self.request.path),
|
||||||
'VERSION': VERSION,
|
'VERSION': VERSION,
|
||||||
'FOOTER_INFO': FOOTER_INFO,
|
'FOOTER_INFO': FOOTER_INFO,
|
||||||
|
'stdout': '',
|
||||||
}
|
}
|
||||||
|
|
||||||
def form_valid(self, form):
|
def form_valid(self, form):
|
||||||
|
Reference in New Issue
Block a user