summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorAndrew Godwin2022-11-18 17:24:43 -0700
committerAndrew Godwin2022-11-18 17:24:43 -0700
commit80193114909a3f6ca1eda9a47b6330ef249a8ee5 (patch)
tree488baeeb9ab98a2d27500c03af70a0a25758e91a /templates
parent81de10b70c85c5222b17d8c4358a8aa8812f2559 (diff)
downloadtakahe-80193114909a3f6ca1eda9a47b6330ef249a8ee5.tar.gz
takahe-80193114909a3f6ca1eda9a47b6330ef249a8ee5.tar.bz2
takahe-80193114909a3f6ca1eda9a47b6330ef249a8ee5.zip
Deployment re-jiggling
Diffstat (limited to 'templates')
-rw-r--r--templates/identity/view.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/identity/view.html b/templates/identity/view.html
index d584022..bf60c2e 100644
--- a/templates/identity/view.html
+++ b/templates/identity/view.html
@@ -38,7 +38,7 @@
</h1>
{% if identity.summary %}
- <div class="summary">
+ <div class="bio">
{{ identity.safe_summary }}
</div>
{% endif %}
@@ -59,6 +59,6 @@
{% for post in posts %}
{% include "activities/_post.html" %}
{% empty %}
- No posts yet.
+ <span class="empty">No posts yet.</a>
{% endfor %}
{% endblock %}