diff --git a/app/templates/base.html b/app/templates/base.html index 87951b47..3d89d364 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -13,6 +13,16 @@ {% endif -%} {{ user.display_name() }}{% if add_domain and not user.is_local() %}@{{ user.ap_domain }}{% endif %} +
{% if user.created_recently() -%} {% endif -%} @@ -33,16 +43,6 @@ [{{ user_note | truncate(12, True) }}] {% endif -%} {% endif -%} -
{% endif -%} {% endmacro -%} diff --git a/app/templates/post/_post_full.html b/app/templates/post/_post_full.html index bd6a9986..ac1079b3 100644 --- a/app/templates/post/_post_full.html +++ b/app/templates/post/_post_full.html @@ -14,12 +14,12 @@

{{ post.url|shorten_url }}

{% endif -%} -

{% if post.reports > 0 and current_user.is_authenticated and post.community.is_moderator(current_user) -%} +

{% if post.reports > 0 and current_user.is_authenticated and post.community.is_moderator(current_user) -%} {% endif -%}submitted by {{ render_username(post.author, htmx_redirect_back_to=request.url) }} - {% if post.edited_at -%} edited -

+ {% if post.edited_at -%} edited {% endif -%} +
{% if post.type == POST_TYPE_IMAGE -%}
{% if post.image_id -%}