This commit is contained in:
Michał Gdula 2023-04-01 16:59:46 +00:00
parent 95e5f3938f
commit ff1af6b888
4 changed files with 6 additions and 3 deletions

View file

@ -200,7 +200,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', user_id=image.author_id) }}" class="link">{{ image.author_username }}</a></td>
</tr>
<tr>
<td>Upload date</td>