diff --git a/crochet/static/js/section-types.js b/crochet/static/js/section-types.js index 1d13a4e..c884b5d 100644 --- a/crochet/static/js/section-types.js +++ b/crochet/static/js/section-types.js @@ -405,7 +405,6 @@ export function buildSectionsFrom(sectionsData, container = sectionsContainer) { // reconstruyen recorriendo `children` a través de buildSectionsFrom(), el // mismo mecanismo que restaura un patrón guardado. const DEFAULT_SECTIONS = [ - { type: 'image', imageId: null, url: '' }, { type: 'group', children: [ diff --git a/crochet/templates/crochet/pattern.html b/crochet/templates/crochet/pattern.html index 99fb4a6..7a06111 100644 --- a/crochet/templates/crochet/pattern.html +++ b/crochet/templates/crochet/pattern.html @@ -18,21 +18,12 @@
{% trans '¿Seguro que quieres eliminar este patrón? No podrás deshacerlo.' as delete_confirm_message %} -
- -
-

{% trans 'Idioma del patrón' %}

- - -
- - -
+
+ +
@@ -67,23 +58,10 @@
- -
- +
{% trans 'Imagen de portada' %} -
@@ -185,6 +159,17 @@
+ +
+ + +
+

{% trans 'Secciones' %}