fix: jinja template had missing }} (#33541)
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
This commit is contained in:
parent
873d020ced
commit
0cd2f9ef05
1 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
Hello,
|
||||
|
||||
<br>
|
||||
<p> {{ _("Please use following links to download file backup.") </p>
|
||||
<p> {{ _("Public Files Backup:") <a href='{{ backup_path_files }}'>{{ backup_path_files }}</a> </p>
|
||||
<p> {{ _("Private Files Backup:") <a href='{{ backup_path_private_files }}'>{{ backup_path_private_files }}</a> </p>
|
||||
<p> {{ _("Please use following links to download file backup.") }} </p>
|
||||
<p> {{ _("Public Files Backup:") }} <a href='{{ backup_path_files }}'>{{ backup_path_files }}</a> </p>
|
||||
<p> {{ _("Private Files Backup:") }} <a href='{{ backup_path_private_files }}'>{{ backup_path_private_files }}</a> </p>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue