Skip to content

Commit aed24fe

Browse files
committed
fix: bugfix
1 parent 309542d commit aed24fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/templates/partials/user_profile/sidebar_left/daily_horoscope.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="btn-group">
33
<button class="btn btn-secondary dropdown-toggle" type="button" id="drop-down-menu-button"
44
data-bs-toggle="dropdown" aria-expanded="false">
5-
gettext{{ ("Daily horoscope") }}
5+
{{ gettext("Daily horoscope") }}
66
</button>
77
<div class="dropdown-menu dropdown-menu-right" id="signs">
88
{% for sign in signs %}

0 commit comments

Comments
 (0)