style: made the avatar and name of the person a link

This commit is contained in:
Anand Chitipothu
2021-05-06 20:41:52 +05:30
parent 3382de0ecb
commit 0ad03a3fb5
4 changed files with 12 additions and 4 deletions
+2 -1
View File
@@ -9,7 +9,8 @@
<a href="sketches/{{sketch.sketch_id}}">{{sketch.title}}</a>
</div>
<div class="sketch-author">
by {{sketch.get_owner().full_name}}
{% set owner = sketch.get_owner() %}
by <a href="/{{owner.username}}">{{owner.full_name}}</a>
</div>
</div>
</div>