Skip to content

Commit c527de5

Browse files
committed
fix grandfather plan in post by email notice
1 parent 5818259 commit c527de5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/templates/main/guides_postbyemail.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ <h1>Post by email</h1>
1111
Mataroa supports publishing blog posts via email, inspired by <a href="https://posthaven.com/">Posthaven</a>.
1212
</p>
1313

14-
{% if request.user.is_authenticated and not request.user.is_premium %}
14+
{% if request.user.is_authenticated and (not request.user.is_premium and not request.user.is_grandfathered) %}
1515
<p>
1616
This is a premium feature. <a href="{% url 'billing_overview' %}">Upgrade to Premium</a> to use it.
1717
</p>

0 commit comments

Comments
 (0)