mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2025-01-03 07:48:51 +00:00
parent
7af1faf206
commit
84974897ed
2 changed files with 4 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
{% endblock header %}
|
{% endblock header %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<h1>{{ blog.title }} <small>~{{ blog.actor_id }}</small></h1>
|
<h1>{{ blog.title }} <small>~{{ blog.fqn }}</small></h1>
|
||||||
<p>{{ blog.summary }}</p>
|
<p>{{ blog.summary }}</p>
|
||||||
<p>
|
<p>
|
||||||
{{ "{{ count }} authors in this blog: " | _n(singular="One author in this blog: ", count = n_authors) }}
|
{{ "{{ count }} authors in this blog: " | _n(singular="One author in this blog: ", count = n_authors) }}
|
||||||
|
|
|
@ -1,6 +1,9 @@
|
||||||
<div class="user">
|
<div class="user">
|
||||||
<h1>
|
<h1>
|
||||||
{{ user.name }}
|
{{ user.name }}
|
||||||
|
|
||||||
|
<small>@{{ user.fqn }}</small>
|
||||||
|
|
||||||
{% if user.is_admin %}
|
{% if user.is_admin %}
|
||||||
<span class="badge">{{ "Admin" | _ }}</span>
|
<span class="badge">{{ "Admin" | _ }}</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in a new issue