From e66d9bd4727a3946f8c47ea3b0563ce22572f26b Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Lenglet Date: Tue, 22 Nov 2016 16:58:55 +0100 Subject: [PATCH] Added asynchronous image upload. --- sas/templates/sas/album.jinja | 98 +++++++++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) diff --git a/sas/templates/sas/album.jinja b/sas/templates/sas/album.jinja index bd008b95..33157437 100644 --- a/sas/templates/sas/album.jinja +++ b/sas/templates/sas/album.jinja @@ -52,4 +52,102 @@ {% block script %} {{ super() }} + {% endblock %}