Spaces:
Sleeping
Sleeping
Commit
·
1b07fd7
1
Parent(s):
7e9519d
Update fallback for missing yearly stats in authors table to display '0-N/A'
Browse files
core/templates/topic/detail.html
CHANGED
@@ -51,7 +51,7 @@
|
|
51 |
{% if last_stat %}
|
52 |
{{ last_stat.year }}
|
53 |
{% else %}
|
54 |
-
|
55 |
{% endif %}
|
56 |
{% endwith %}
|
57 |
</td>
|
|
|
51 |
{% if last_stat %}
|
52 |
{{ last_stat.year }}
|
53 |
{% else %}
|
54 |
+
0-N/A
|
55 |
{% endif %}
|
56 |
{% endwith %}
|
57 |
</td>
|