aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorBobby <[email protected]>2023-05-31 19:10:14 -0400
committerBobby <[email protected]>2023-05-31 19:10:14 -0400
commit595e5e7cbecfd7d619efcf7065b4eb9fc8260c03 (patch)
treed83a9071bb89109a1fbb4cf5b195a90b992a4144 /templates
parenta54ebc98875c7bcf8ccce37b32e3b89921bf67bc (diff)
downloadthatcomputerscientist-595e5e7cbecfd7d619efcf7065b4eb9fc8260c03.tar.xz
thatcomputerscientist-595e5e7cbecfd7d619efcf7065b4eb9fc8260c03.zip
Remove Clear Form Data button and changed Cancel button to Close the Comment Form
Diffstat (limited to 'templates')
-rw-r--r--templates/blog/post.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/blog/post.html b/templates/blog/post.html
index 0aac1ecd..bf63b353 100644
--- a/templates/blog/post.html
+++ b/templates/blog/post.html
@@ -294,10 +294,10 @@
</div>
</div>
<input type="submit" value="Submit" class="button button-special">
- <input type="button" value="Cancel" class="button" onclick="document.getElementById('anonymous-comment-form').style.display = 'none'; document.getElementById('ancmClick').style.display = 'block';">
+ <input type="button" value="Close" class="button" onclick="document.getElementById('anonymous-comment-form').style.display = 'none'; document.getElementById('ancmClick').style.display = 'block';">
</form>
- <br>
- <button class="button" onclick="cd()">Clear Form Data</button>
+ {% comment %} <br>
+ <button class="button" onclick="cd()">Clear Form Data</button> {% endcomment %}
</div>
</div>