Fixing bug in template

This commit is contained in:
Pierre-Alain Bandinelli 2016-05-14 11:49:38 +02:00
parent 8f66c23e8e
commit f2750d4234
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
<div class="card-panel blue-grey darken-1">
<div class="card-content white-text">
<span class="card-title"><b>Info</b></span>
<p>Store any filetype with a size up to 150MB for up to {retention_time}.
<p>Store any filetype with a size up to 150MB for up to {$retention_time}.
Uguu cares about your privacy and stores NO logs.
</p>
<p>

View File

@ -5,7 +5,7 @@
<div class="card-content white-text">
<span class="card-title" style="color: #00FF99"><h3>File uploaded!</h3></span>
<p><a href="{$url_filename}">{$url_filename}</a></p>
<p>Your file will be available for download during {retention_time}.</p>
<p>Your file will be available for download during {$retention_time}.</p>
</div>
</div>
</div>