Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion web/templates/cards.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

{% block title %}{% if view == 'albumbuilder' %}{% trans 'Album Builder' %}{% else %}{% trans 'Cards Album' %}{% if single %}: {{ single }}{% elif request_get.name %}: {{ request_get.name }}{% endif %}{% endif %}{% endblock %}
{% block js %}
<script src="//i.schoolido.lu/static/bower/CuteForm/cuteform.js"></script>
<script src="/static/bower/CuteForm/cuteform.js"></script>
<script>
cuteform($('#id_attribute'), {
'images': {
Expand Down Expand Up @@ -43,6 +43,7 @@
cuteform($('#id_name'), {
'modal': 'true',
'modal-text': 'true',
'add-title': 'true',
'images': {
{% for idol, str in filters.idols %}
{% if idol == '' %}'': '//i.schoolido.lu/static/empty.png',{% else %}'{{ idol|escapejs }}': '{% chibiimage idol=idol small=True force_artist='shinylyni' force_first=True %}',{% endif %}
Expand Down