mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-10-06 22:32:41 +07:00
remove: embed.css not needed anymore
This commit is contained in:
@@ -1,11 +1,6 @@
|
||||
{% extends "root.html" %}
|
||||
{% load static %}
|
||||
|
||||
{% block topimports %}
|
||||
<link href="{% static "css/embed.css" %}" rel="preload" as="style">
|
||||
<link href="{% static "css/embed.css" %}" rel="stylesheet">
|
||||
{%endblock topimports %}
|
||||
|
||||
{% block content %}<div id="page-embed"></div>{% endblock content %}
|
||||
|
||||
{% block bottomimports %}
|
||||
|
||||
Reference in New Issue
Block a user