give user ability to edit podcast name

This commit is contained in:
Robbt 2018-12-12 17:17:37 -05:00
parent 4752c728b9
commit cb62cff277

View file

@ -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>