Fix subscription right and typo

This commit is contained in:
Skia
2016-08-29 19:48:29 +02:00
parent 3305a19f44
commit fe2438ef0c
4 changed files with 11 additions and 3 deletions

View File

@ -48,8 +48,10 @@
{% trans subscription_end=get_subscriber(profile).subscriptions.last().subscription_end %}Subscribed until {{ subscription_end }}{% endtrans %}
{% else %}
{% trans %}Not subscribed{% endtrans %}
{% if user.is_in_group(settings.SITH_MAIN_BOARD_GROUP) %}
<a href="{{ url('subscription:subscription') }}?member={{ profile.id }}">{% trans %}New subscription{% endtrans %}</a>
{% endif %}
{% endif %}
</p>
{% endif %}