[AB-339] adjusting templates for softBan to banDelete change

This commit is contained in:
Sheldan
2021-10-25 01:22:29 +02:00
parent 479c100220
commit ad5dfaefed
9 changed files with 12 additions and 4 deletions

View File

@@ -22,5 +22,12 @@
"name": "<@safe_include "ban_log_reason_field_title"/>",
"value": "${reason?json_string}"
}
<#if deletionDays gt 0>
,
{
"name": "<@safe_include "ban_log_deletion_days_field_title"/>",
"value": "${deletionDays?c}"
}
</#if>
]
}