mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-12 11:16:43 +02:00
parent
6a2cdd066e
commit
89bf73b869
1 changed files with 1 additions and 2 deletions
|
|
@ -44,8 +44,7 @@
|
||||||
label="<?= esc(lang('Episode.form.title')) ?>"
|
label="<?= esc(lang('Episode.form.title')) ?>"
|
||||||
hint="<?= esc(lang('Episode.form.title_hint')) ?>"
|
hint="<?= esc(lang('Episode.form.title_hint')) ?>"
|
||||||
value="<?= esc($episode->title) ?>"
|
value="<?= esc($episode->title) ?>"
|
||||||
required="true"
|
required="true" />
|
||||||
data-slugify="title" />
|
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<Forms.Label for="slug"><?= lang('Episode.form.permalink') ?></Forms.Label>
|
<Forms.Label for="slug"><?= lang('Episode.form.permalink') ?></Forms.Label>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue