SushantGautam commited on
Commit
1b07fd7
·
1 Parent(s): 7e9519d

Update fallback for missing yearly stats in authors table to display '0-N/A'

Browse files
Files changed (1) hide show
  1. core/templates/topic/detail.html +1 -1
core/templates/topic/detail.html CHANGED
@@ -51,7 +51,7 @@
51
  {% if last_stat %}
52
  {{ last_stat.year }}
53
  {% else %}
54
- 0000
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>