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
2 changes: 1 addition & 1 deletion templates/tutorial/topics/tutorial_home.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h1 class="card-title text-4xl">{% translate "Python tutorial" %}</h1>
<article class="card bg-base-100 border border-base-200 shadow-sm h-full">
<div class="card-body space-y-4">
<div class="flex items-center justify-between text-sm uppercase tracking-wide">
<span class="badge badge-outline">{% blocktranslate trimmed %}Module {{ number }}{% endblocktranslate with number=forloop.counter %}</span>
<span class="badge badge-outline">{% blocktranslate trimmed with number=forloop.counter %}Module {{ number }}{% endblocktranslate %}</span>
<span class="text-xs font-semibold opacity-70">{{ topic.tagline }}</span>
</div>
<div class="space-y-2">
Expand Down
Loading