summaryrefslogtreecommitdiff
path: root/gstudio/templates/gstudio/tags
diff options
context:
space:
mode:
Diffstat (limited to 'gstudio/templates/gstudio/tags')
-rw-r--r--gstudio/templates/gstudio/tags/commentpage.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/gstudio/templates/gstudio/tags/commentpage.html b/gstudio/templates/gstudio/tags/commentpage.html
index a998a7ff..1b5a0cae 100644
--- a/gstudio/templates/gstudio/tags/commentpage.html
+++ b/gstudio/templates/gstudio/tags/commentpage.html
@@ -20,8 +20,9 @@
<!-- <p>org -->
<!-- <textarea name = "orgreply" id="orgreplysection" rows="10" cols="50"></textarea> -->
<!-- </p> -->
- <input type="hidden" value={{child.id}} name = "parentid">
- <input type="hidden" value={{idusr}} name="idusr">
+ <!-- <input type="hidden" value="{{child.id}}" name ="parentid"> -->
+ <input type="hidden" value="{{idusr}}" name="idusr">
+ <input type="hidden" value="{{child.id}}" name="parentid">
<!-- <input type="button" id="createsubsection" value="Create Sub"> -->
<!-- <input type="submit" value="Create Subsection"> -->
<!-- <input type="button" value="Reply" id="reply"></br> -->