Skip to content

Commit

Permalink
Add end labels to help readibiloity
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil Muller committed Jun 28, 2023
1 parent a0ff494 commit 3384e63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wafer/users/templates/wafer.users/profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ <h3 class="card-title">
{% endif %}
{% endwith %}
</section>
{% endblock %}
{% endblock content %}
{% block extra_foot %}
<script type="text/javascript">
{% if profile.twitter_handle %}
Expand All @@ -211,4 +211,4 @@ <h3 class="card-title">
$("#profile-avatar [rel=popover]").attr("data-bs-content", $("#profile-avatar .popover-contents").html());
$("a[rel=popover]").popover();
</script>
{% endblock %}
{% endblock extra_foot %}

0 comments on commit 3384e63

Please sign in to comment.