Browse Source

replace dashboard profile img. with insert-dashboard-cat filter.

stable
Craig Oates 2 years ago
parent
commit
91321b26ec
  1. 2
      templates/user/dashboard.html

2
templates/user/dashboard.html

@ -5,7 +5,7 @@
<div class="be-dashboard-header">
<div>
<img class="profile-cat" alt="profile Cat"
src="/images/icons/happy-cat.png">
src="{% lisp (insert-dashboard-cat)%}">
<h1>{{user.display-name}}</h1>
</div>
</div>

Loading…
Cancel
Save