Add random mineral button to daily-stone page
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-30 22:03:43 +03:00
parent 0be99e8e9a
commit 44e2420c29
3 changed files with 51 additions and 2 deletions

View File

@@ -6,4 +6,5 @@ app_name = 'dailystone'
urlpatterns = [
path('', views.daily_stone, name='daily_stone'),
path('random/', views.random_stone, name='random_stone'),
]