update page style
This commit is contained in:
@@ -69,7 +69,7 @@
|
|||||||
{% elif post.author %}
|
{% elif post.author %}
|
||||||
|
|
||||||
<div class="sm:flex flex-col justify-evenly text-gray-600 text-sm sm:text-base">
|
<div class="sm:flex flex-col justify-evenly text-gray-600 text-sm sm:text-base">
|
||||||
<a class="underline">{{ post.author }}</a>
|
<a class="underline">{{ post.author|capfirst }}</a>
|
||||||
<span class="sm:hidden"> am </span>
|
<span class="sm:hidden"> am </span>
|
||||||
<span>{{ post.public_date|date:"d. F Y" }}</span>
|
<span>{{ post.public_date|date:"d. F Y" }}</span>
|
||||||
</div>
|
</div>
|
||||||
@@ -130,8 +130,6 @@
|
|||||||
<!-- Content from DB here: -->
|
<!-- Content from DB here: -->
|
||||||
|
|
||||||
{% if request.user.is_authenticated %}
|
{% if request.user.is_authenticated %}
|
||||||
<hr>
|
|
||||||
|
|
||||||
{% if post.has_agenda %}
|
{% if post.has_agenda %}
|
||||||
<a href="{{ ep_agenda_link }}">Agenda</a>
|
<a href="{{ ep_agenda_link }}">Agenda</a>
|
||||||
{% if filename_agenda %}
|
{% if filename_agenda %}
|
||||||
|
|||||||
Reference in New Issue
Block a user