trombi: Many UI/UX improvements

Signed-off-by: Skia <skia@libskia.so>
This commit is contained in:
Skia
2017-06-13 00:23:56 +02:00
parent f26f2f4229
commit f85ce96225
3 changed files with 98 additions and 42 deletions

View File

@ -14,8 +14,6 @@
</form>
{% else %}
<p>{% trans trombi = user.trombi_user.trombi %}You are subscribed to the Trombi {{ trombi }}{% endtrans %}</p>
<p><a href="{{ url("trombi:profile") }}">{% trans %}Edit my profile{% endtrans %}</a></p>
<p><a href="{{ url("trombi:pictures") }}">{% trans %}Edit my pictures{% endtrans %}</a></p>
<hr>
{% set can_comment = trombi.subscription_deadline < date.today() and
date.today() <= trombi.comments_deadline %}