From 2c0826f85a403f4de8f0b88547f50acacac6e89b Mon Sep 17 00:00:00 2001 From: ed Date: Thu, 13 May 2021 17:24:37 +0200 Subject: [PATCH] conditional sections in volume listing --- copyparty/web/splash.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/copyparty/web/splash.html b/copyparty/web/splash.html index d59e18eb..9f95f035 100644 --- a/copyparty/web/splash.html +++ b/copyparty/web/splash.html @@ -13,19 +13,23 @@

hello {{ this.uname }}

+ {%- if rvol %}

you can browse these:

+ {%- endif %} + {%- if wvol %}

you can upload to:

+ {%- endif %}

login for more: