{% load i18n %}
{% load threadedcommentstags %}
-{% if comments %}
- <script type="text/javascript">
- function showReply(comment_id) {
- YAHOO.util.Dom.setStyle('replyForm' + comment_id, 'display', 'block');
- YAHOO.util.Dom.setStyle('replyLink' + comment_id, 'display', 'none');
- }
+<script type="text/javascript">
+ function showReply(comment_id) {
+ YAHOO.util.Dom.setStyle('replyForm' + comment_id, 'display', 'block');
+ YAHOO.util.Dom.setStyle('replyLink' + comment_id, 'display', 'none');
+ }
- function hideReply(comment_id) {
- YAHOO.util.Dom.setStyle('replyForm' + comment_id, 'display', 'none');
- YAHOO.util.Dom.setStyle('replyLink' + comment_id, 'display', 'block');
- }
- </script>
+ function hideReply(comment_id) {
+ YAHOO.util.Dom.setStyle('replyForm' + comment_id, 'display', 'none');
+ YAHOO.util.Dom.setStyle('replyLink' + comment_id, 'display', 'block');
+ }
+</script>
+{% if comments %}
{% for comment in comments %}
<div style="margin-left: {{ comment.depth }}em;" class="comment{% if not comment.is_public %} private{% endif %}">
{{ comment.user }} said:<br/>