Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tooltips to the idol selector #289

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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