We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5818259 commit c527de5Copy full SHA for c527de5
main/templates/main/guides_postbyemail.html
@@ -11,7 +11,7 @@ <h1>Post by email</h1>
11
Mataroa supports publishing blog posts via email, inspired by <a href="https://posthaven.com/">Posthaven</a>.
12
</p>
13
14
- {% if request.user.is_authenticated and not request.user.is_premium %}
+ {% if request.user.is_authenticated and (not request.user.is_premium and not request.user.is_grandfathered) %}
15
<p>
16
This is a premium feature. <a href="{% url 'billing_overview' %}">Upgrade to Premium</a> to use it.
17
0 commit comments