We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fc22de commit 9927d96Copy full SHA for 9927d96
1 file changed
templates/races/upcoming.html
@@ -86,6 +86,7 @@ <h1>Search Races</h1>
86
</td>
87
{% if let Some(user) = shared.current_user %}
88
<td>
89
+ <!-- TEMPORARILY DISABLE THIS FEATURE
90
<div
91
class="flex items-center nowrap gap-1"
92
style="justify-content: end"
@@ -125,6 +126,7 @@ <h1>Search Races</h1>
125
126
</svg>
127
</button>
128
</div>
129
+ -->
130
131
{% endif %}
132
</tr>
0 commit comments