Merge pull request #4544 from saurabh6790/usageinfo_fix

[fix] jinja syntax error in usage info
This commit is contained in:
Saurabh 2017-11-29 11:12:57 +05:30 committed by GitHub
commit 1ce49c5b3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 %}