diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/entry.tmpl | 2 | ||||
-rw-r--r-- | templates/index.tmpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/entry.tmpl b/templates/entry.tmpl index dc5f2b6..642b501 100644 --- a/templates/entry.tmpl +++ b/templates/entry.tmpl @@ -16,7 +16,7 @@ </label> <label for="output"> Output folder - <input type="text" id="Output_folder" name="Output_folder" value="{{ .Output_folder }}" placeholder="Select a ralative folder" required> + <input type="text" id="OutputFolder" name="OutputFolder" value="{{ .OutputFolder }}" placeholder="Select a ralative folder" required> </label> <button type="submit">Submit</button> </form> diff --git a/templates/index.tmpl b/templates/index.tmpl index 1880b5f..0b965f5 100644 --- a/templates/index.tmpl +++ b/templates/index.tmpl @@ -14,7 +14,7 @@ <tr> <td>{{ .ID }}</td> <td>{{ .Link }}</td> - <td>{{ .Output_folder }}</td> + <td>{{ .OutputFolder }}</td> <td> <a href="entries/{{ .ID }}" >Edit</a> </span> |