From f2750d4234677ac5ab998305342107f3611d67d6 Mon Sep 17 00:00:00 2001 From: Pierre-Alain Bandinelli Date: Sat, 14 May 2016 11:49:38 +0200 Subject: [PATCH] Fixing bug in template --- rain/template/info.html | 2 +- rain/template/upload-done.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rain/template/info.html b/rain/template/info.html index 4ee7e06..0f2949e 100644 --- a/rain/template/info.html +++ b/rain/template/info.html @@ -4,7 +4,7 @@
Info -

Store any filetype with a size up to 150MB for up to {retention_time}. +

Store any filetype with a size up to 150MB for up to {$retention_time}. Uguu cares about your privacy and stores NO logs.

diff --git a/rain/template/upload-done.html b/rain/template/upload-done.html index abd8a1b..e08eb3e 100644 --- a/rain/template/upload-done.html +++ b/rain/template/upload-done.html @@ -5,7 +5,7 @@

File uploaded!

{$url_filename}

-

Your file will be available for download during {retention_time}.

+

Your file will be available for download during {$retention_time}.