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

Loading…
Cancel
Save