We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 309542d commit aed24feCopy full SHA for aed24fe
app/templates/partials/user_profile/sidebar_left/daily_horoscope.html
@@ -2,7 +2,7 @@
2
<div class="btn-group">
3
<button class="btn btn-secondary dropdown-toggle" type="button" id="drop-down-menu-button"
4
data-bs-toggle="dropdown" aria-expanded="false">
5
- gettext{{ ("Daily horoscope") }}
+ {{ gettext("Daily horoscope") }}
6
</button>
7
<div class="dropdown-menu dropdown-menu-right" id="signs">
8
{% for sign in signs %}
0 commit comments