manager: add media files to site import view (#25959)

This commit is contained in:
Frédéric Péters 2018-08-21 11:18:16 +02:00
parent fc25bf6024
commit 8000a00cb9
1 changed files with 1 additions and 1 deletions

View File

@ -679,7 +679,7 @@ class SiteExport(View):
site_export = SiteExport.as_view()
class SiteImportView(FormView):
class SiteImportView(MediaMixin, FormView):
form_class = SiteImportForm
template_name = 'authentic2/manager/site_import.html'
success_url = reverse_lazy('a2-manager-homepage')