1
0
mirror of https://github.com/krateng/maloja.git synced 2023-08-10 21:12:55 +03:00

Updated some methods to new authentication method

This commit is contained in:
Krateng
2020-07-29 20:11:51 +02:00
parent 0ddb5a4dd9
commit b5b09c4052
5 changed files with 63 additions and 52 deletions

View File

@@ -36,7 +36,7 @@
<td class="image">
{% if adminmode %}
<div
class="changeable-image" data-uploader="b64=>upload('{encodedartist}','{apikey}',b64)"
class="changeable-image" data-uploader="b64=>upload('{{ encodedartist }}',b64)"
style="background-image:url('{{ utilities.getArtistImage(artist=artist,fast=True) }}');"
></div>
{% else %}