We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 981d591 commit b05f151Copy full SHA for b05f151
stm_html_ui/templates/dev.html
@@ -84,7 +84,7 @@ <h5><small>Software Developer</small></h5>
84
{% if user.report.projects_included %}
85
<h3 class="mt-4">Projects</h3>
86
<ul class="list-inline">
87
- {% for proj in user.report.projects_included | sort(attribute="date_head") | reverse %}
+ {% for proj in user.report.projects_included | filter(attribute="date_head") | sort(attribute="date_head") | reverse %}
88
{% if proj.loc > 0 %}
89
<li class="pe-4 mb-4 .text-nowrap list-inline-item">
90
<div class="card" style="width: 20rem;">
0 commit comments