give user ability to edit podcast name
This commit is contained in:
parent
4752c728b9
commit
cb62cff277
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
<input ng-value="podcast.id" class="obj_id" type="hidden"/>
|
||||
<div>
|
||||
<label for="podcast_name"><?php echo _("Podcast Name: ") ?></label>
|
||||
<span class="podcast-metadata-field">{{podcast.title}}</span>
|
||||
<input name="podcast_name" type="text" ng-model="podcast.title" value={{podcast.title}} class="podcast-metadata-field">
|
||||
</div>
|
||||
<div>
|
||||
<label for="podcast_url"><?php echo _("Podcast URL: ") ?></label>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue