Loading portal/templates/index.html +2 −2 Original line number Diff line number Diff line Loading @@ -10,11 +10,11 @@ /> <link rel="icon" href="{{ url_for('static', filename='static/img/portal.svg') }}" href="{{ url_for('static', filename='img/portal.svg') }}" /> <link rel="apple-touch-icon" href="{{ url_for('static', filename='static/img/portal.png') }}" href="{{ url_for('static', filename='img/portal.png') }}" /> </head> Loading Loading
portal/templates/index.html +2 −2 Original line number Diff line number Diff line Loading @@ -10,11 +10,11 @@ /> <link rel="icon" href="{{ url_for('static', filename='static/img/portal.svg') }}" href="{{ url_for('static', filename='img/portal.svg') }}" /> <link rel="apple-touch-icon" href="{{ url_for('static', filename='static/img/portal.png') }}" href="{{ url_for('static', filename='img/portal.png') }}" /> </head> Loading