Convert Python templates to django template engine

This commit is contained in:
Carlos Galindo 2020-12-24 16:17:13 +01:00
commit fc90400f8f
19 changed files with 412 additions and 383 deletions

View file

@ -20,7 +20,7 @@
background-color: @secondary-hover;
transition-duration: @transition;
}
&.hasChords {
&.noChords {
background-color: @nochordscolor;
&:hover {
color: @text-hover;
@ -30,7 +30,7 @@
}
}
}
span.hasChords {
span.noChords {
background-color: @nochordscolor;
padding: 0.3em 0.4em;
border-radius: @border-radius;