forked from gitbot/uguu
Fixing bug in template
This commit is contained in:
parent
8f66c23e8e
commit
f2750d4234
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user