Very temporary user profiles

This commit is contained in:
Michał Gdula 2023-04-04 14:55:32 +00:00
parent c417457d31
commit 271eb728dd
3 changed files with 41 additions and 19 deletions

View file

@ -202,7 +202,7 @@
<table>
<tr>
<td>Author</td>
<td><a href="{{ url_for('gallery.profile_id', user_id=image.author_id) }}" class="link">{{ image.author_username }}</a></td>
<td><a href="{{ url_for('gallery.profile', id=image.author_id) }}" class="link">{{ image.author_username }}</a></td>
</tr>
<tr>
<td>Upload date</td>