Skip to content

Extra timeline.css in submission first and last step #5295

@gamboz

Description

@gamboz

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions