aboutsummaryrefslogtreecommitdiff
path: root/gn2/wqflask/templates
diff options
context:
space:
mode:
Diffstat (limited to 'gn2/wqflask/templates')
-rw-r--r--gn2/wqflask/templates/metadata/editor.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/gn2/wqflask/templates/metadata/editor.html b/gn2/wqflask/templates/metadata/editor.html
index 03c12821..d475e59b 100644
--- a/gn2/wqflask/templates/metadata/editor.html
+++ b/gn2/wqflask/templates/metadata/editor.html
@@ -35,11 +35,11 @@
{{ edit|safe }}
</textarea>
<br/>
- <label for="summary">
+ <label for="edit-summary">
Edit Summary (Briefly describe your changes)
</label>
<br/>
- <textarea cols="80" name="summary" rows="3" autocomplete="on" autocorrection="on" id="summary"></textarea>
+ <textarea cols="80" name="edit-summary" rows="3" autocomplete="on" autocorrection="on" id="edit-summary"></textarea>
<br/>
<input type="submit" class="btn btn-primary" value="Publish changes" />
</form>