We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7666a64 commit 32e76daCopy full SHA for 32e76da
1 file changed
apps/learn/templates/learn/index.html
@@ -12,9 +12,9 @@ <h1 class="title">Aprende Python</h1>
12
13
<p>En esta sección podrás encontrar <strong>recursos de aprendizaje Python</strong>. Están clasificados por etiquetas:</p>
14
15
-<ul class="display: flex; flex-wrap: wrap">
+<ul style="display: flex; flex-wrap: wrap">
16
{% for label in labels %}
17
- <li class="padding: 5px 5px 5px 0px">
+ <li style="padding: 5px 5px 5px 0px">
18
<a class="label"
19
style="background-color: #{{ label.color }}; color: #{{ label.foreground_color }}"
20
href="{% url "learn:resources_by_label" label=label %}">
0 commit comments