page_form: some fields horizontal
This commit is contained in:
@ -2,6 +2,11 @@
|
||||
{% load static i18n humanize honeypot aircox %}
|
||||
|
||||
{% block page_form %}
|
||||
<a-modal ref="sound-edit-modal" title="{% translate "Edit sound" %}">
|
||||
<template #default>
|
||||
</template>
|
||||
</a-modal>
|
||||
|
||||
<a-episode :page="{title: "{{ object.title }}", podcasts: {{ object.sounds|json }}}">
|
||||
<template v-slot="{podcasts,page}">
|
||||
{{ block.super }}
|
||||
|
Reference in New Issue
Block a user