Add scripts/run for local development
Build and Deploy / build-and-deploy (push) Successful in 1m18s
Build and Deploy / build-and-deploy (push) Successful in 1m18s
This commit is contained in:
@@ -54,6 +54,8 @@
|
||||
<div class="form-group" style="flex: 1; min-width: 200px;">
|
||||
<label for="podcast_author">Author</label>
|
||||
<input type="text" id="podcast_author" name="podcast_author" class="nb-input blue"
|
||||
value="{{.PodcastAuthor}}" />
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="podcast_image">Podcast Image</label>
|
||||
<div class="file-upload">
|
||||
|
||||
@@ -43,6 +43,8 @@
|
||||
<div class="nb-form-group">
|
||||
<label for="description">Description</label>
|
||||
<textarea id="description" name="description" class="nb-textarea"
|
||||
rows="4">{{if .Editing}}{{.Episode.Description}}{{end}}</textarea>
|
||||
</div>
|
||||
<div class="nb-form-group">
|
||||
<label for="audio_file">Audio File</label>
|
||||
<div class="file-upload">
|
||||
|
||||
Reference in New Issue
Block a user