ic-hep / pdm

0 stars 0 forks source link

location for Jinja filters has moved #456

Open duncanrand opened 3 years ago

duncanrand commented 3 years ago

Line 100 of

https://github.com/ic-hep/pdm/blob/master/src/pdm/web/templates/dashboard.html

        <img id="identicon" class="rounded-circle dropdown-toggle" src="https://www.gravatar.com/avatar/{{ user['email']| gravatar_hash }}?d=identicon" data-toggle="dropdown" title="User Menu">

fails. Workaround is to remove everything between and including the {{ }}.