summaryrefslogtreecommitdiff
path: root/design/templates/comments
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2019-03-12 10:39:24 -0600
committerluxagraf <sng@luxagraf.net>2019-03-12 10:39:24 -0600
commit693d25a4f30763ae8e8a3a8f5d297cc19daaf047 (patch)
treece2593cce8889b4f43cc56179338103403979f7e /design/templates/comments
parent5ad48cd70260b0980a3030a282304c523ade7ce4 (diff)
cleaned up comment styles with fancier fonts
Diffstat (limited to 'design/templates/comments')
-rw-r--r--design/templates/comments/form.html5
-rw-r--r--design/templates/comments/list.html2
2 files changed, 5 insertions, 2 deletions
diff --git a/design/templates/comments/form.html b/design/templates/comments/form.html
index 6bc0edf..d7e5ee3 100644
--- a/design/templates/comments/form.html
+++ b/design/templates/comments/form.html
@@ -1,6 +1,9 @@
{% load comments i18n %}
<div class="comment--form--wrapper">
-<p class="comment--form--header">Your thoughts? Please leave a reply:</p>
+<div class="comment--form--header">
+ <p class="hed">Thoughts?</p>
+ <p class="subhed">Please leave a reply:</p>
+</div>
<form action="{% comment_form_target %}" method="post" class="comment--form">
{% if next %}<div><input type="hidden" name="next" value="{{ next }}" /></div>{% endif %}
<input type="hidden" name="rder" value="{{ form.instance.content_object.get_absolute_url }}" />
diff --git a/design/templates/comments/list.html b/design/templates/comments/list.html
index d5012f8..d3fe441 100644
--- a/design/templates/comments/list.html
+++ b/design/templates/comments/list.html
@@ -12,7 +12,7 @@
</noscript>
<div class="comment--head">
<span class="who"><b>{%if comment.url %}<a href="{{comment.url}}" rel="nofollow" target="_blank">{{comment.name}}</a>{% else %}{{comment.name}}{%endif%}</b></span>
- <span class="when">{{comment.submit_date}}</span>
+ <span class="when">{{comment.submit_date|date:"F d, Y"}} at {{comment.submit_date|date:"g:i a"}}</span>
</div>
<div class="comment--body">