瀏覽代碼

Merge pull request #4544 from saurabh6790/usageinfo_fix

[fix] jinja syntax error in usage info
version-14
Saurabh 7 年之前
committed by GitHub
父節點
當前提交
1ce49c5b3e
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      frappe/core/page/usage_info/usage_info.html

+ 1
- 1
frappe/core/page/usage_info/usage_info.html 查看文件

@@ -3,7 +3,7 @@
<div class="upgrade-message padding" style="border-bottom: 1px solid #d0d8dc;">
{% if limits.expiry %}
<h4>{{ __("You have {0} days left in your subscription", [days_to_expiry]) }}</h4>
{%elif%}
{% else %}
<h4>{{ __("You have subscribed for one user free plan") }}</h4>
{% endif %}



Loading…
取消
儲存