The templates submission/start.html and submission/submit_review.html include timeline.css:
{% block css %}
<link href="{% static 'admin/css/timeline.css' %}" rel="stylesheet">{% endblock %}
IIC, timeline.css is is @imported by static/admin/css/index.css, that is used by base.html, that is used in all submission templates. So the css block in the two aforementioned templates is probably useless.
Please note that this is not important nor urgent, but, since I've noticed, I thought I'd report it 🙂
I'm looking at r-v1.8.x
The templates submission/start.html and submission/submit_review.html include timeline.css:
{% block css %} <link href="{% static 'admin/css/timeline.css' %}" rel="stylesheet">{% endblock %}IIC, timeline.css is is
@imported by static/admin/css/index.css, that is used by base.html, that is used in all submission templates. So the css block in the two aforementioned templates is probably useless.Please note that this is not important nor urgent, but, since I've noticed, I thought I'd report it 🙂
I'm looking at r-v1.8.x