Using the user fullname when rendering a sketch.
Also refactored the portal page for sketches and moved the common code to the lms_sketch doctype module.
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
<div class="sketch-preview mb-5">
|
||||
<span class="sketch-ts">{{ sketch.modified }}</span>
|
||||
<a href="/sketches/sketch?sketch={{sketch.name}}">{{sketch.title}}</a>
|
||||
By {{sketch.owner}}
|
||||
By {{sketch.owner_name}}
|
||||
</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user