fix member url
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
|
||||
<img class="hidden sm:block w-12 rounded-full" src="{{ author_image }}" alt="Portraitfoto von {{ author.firstname }}">
|
||||
<div class="sm:flex flex-col justify-evenly text-gray-600 dark:text-gray-300 text-sm sm:text-base">
|
||||
<a href="{% url 'member' author.id %}" class="underline">{{ author.firstname }}</a>
|
||||
<a href="{% url 'members:member' author.id %}" class="underline">{{ author.firstname }}</a>
|
||||
<span class="sm:hidden"> am </span>
|
||||
<span>{{ post.date|date:"d. F Y" }}</span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user