Commit cc88dc83 by liuyingying

唔没有最后一次

parent 45d1781e
...@@ -49,6 +49,7 @@ ...@@ -49,6 +49,7 @@
{% endfor %} {% endfor %}
</div> </div>
{% endif %} {% endif %}
{% if cve_year_list.items %}
<div class="section"> <div class="section">
<span>MY-CVE</span> <span>MY-CVE</span>
{% for year, cves in cve_year_list.items %} {% for year, cves in cve_year_list.items %}
...@@ -75,6 +76,7 @@ ...@@ -75,6 +76,7 @@
{% endfor %} {% endfor %}
</div> </div>
</div> </div>
{% endif %}
</div> </div>
</div> </div>
</body> </body>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment