Browse Source

fix missing stdout template var on /add when not rendering success page

Nick Sweeting 4 years ago
parent
commit
a089136fea
1 changed files with 1 additions and 0 deletions
  1. 1 0
      archivebox/core/views.py

+ 1 - 0
archivebox/core/views.py

@@ -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):