aboutsummaryrefslogtreecommitdiff
path: root/gn2
diff options
context:
space:
mode:
authorMunyoki Kilyungi2024-02-21 16:08:02 +0300
committerBonfaceKilz2024-03-26 10:01:13 +0300
commit013ebc238bde3ef0dce7d5e6973483c60fd6a5b3 (patch)
treea35de626dfd69d3039cb18543ca448c0b1f86b94 /gn2
parent0075b503ed08514b7a2b494f9c8b61bed49c8f40 (diff)
downloadgenenetwork2-013ebc238bde3ef0dce7d5e6973483c60fd6a5b3.tar.gz
Rename summary label to "edit-summary".
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to 'gn2')
-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>