Spaces:
Sleeping
Sleeping
Add Profilo Club link to all navbars
Browse filesCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- templates/index.html +1 -0
- templates/plan_detail.html +1 -0
- templates/plans_list.html +1 -0
- templates/review_queue.html +1 -0
templates/index.html
CHANGED
|
@@ -17,6 +17,7 @@
|
|
| 17 |
<a href="{{ url_for('plans_list') }}">Piani</a>
|
| 18 |
<a href="{{ url_for('new_plan') }}">Nuovo Piano</a>
|
| 19 |
<a href="{{ url_for('review_queue') }}">Review Queue</a>
|
|
|
|
| 20 |
</div>
|
| 21 |
</nav>
|
| 22 |
|
|
|
|
| 17 |
<a href="{{ url_for('plans_list') }}">Piani</a>
|
| 18 |
<a href="{{ url_for('new_plan') }}">Nuovo Piano</a>
|
| 19 |
<a href="{{ url_for('review_queue') }}">Review Queue</a>
|
| 20 |
+
<a href="{{ url_for('club_profile') }}">🏟️ Profilo Club</a>
|
| 21 |
</div>
|
| 22 |
</nav>
|
| 23 |
|
templates/plan_detail.html
CHANGED
|
@@ -19,6 +19,7 @@
|
|
| 19 |
<a href="{{ url_for('plans_list') }}">Piani</a>
|
| 20 |
<a href="{{ url_for('new_plan') }}">Nuovo Piano</a>
|
| 21 |
<a href="{{ url_for('review_queue') }}">Review Queue</a>
|
|
|
|
| 22 |
</div>
|
| 23 |
</nav>
|
| 24 |
|
|
|
|
| 19 |
<a href="{{ url_for('plans_list') }}">Piani</a>
|
| 20 |
<a href="{{ url_for('new_plan') }}">Nuovo Piano</a>
|
| 21 |
<a href="{{ url_for('review_queue') }}">Review Queue</a>
|
| 22 |
+
<a href="{{ url_for('club_profile') }}">🏟️ Profilo Club</a>
|
| 23 |
</div>
|
| 24 |
</nav>
|
| 25 |
|
templates/plans_list.html
CHANGED
|
@@ -17,6 +17,7 @@
|
|
| 17 |
<a href="{{ url_for('plans_list') }}" class="active">Piani</a>
|
| 18 |
<a href="{{ url_for('new_plan') }}">Nuovo Piano</a>
|
| 19 |
<a href="{{ url_for('review_queue') }}">Review Queue</a>
|
|
|
|
| 20 |
<a href="#" title="Impostazioni">⚙️</a>
|
| 21 |
</div>
|
| 22 |
</nav>
|
|
|
|
| 17 |
<a href="{{ url_for('plans_list') }}" class="active">Piani</a>
|
| 18 |
<a href="{{ url_for('new_plan') }}">Nuovo Piano</a>
|
| 19 |
<a href="{{ url_for('review_queue') }}">Review Queue</a>
|
| 20 |
+
<a href="{{ url_for('club_profile') }}">🏟️ Profilo Club</a>
|
| 21 |
<a href="#" title="Impostazioni">⚙️</a>
|
| 22 |
</div>
|
| 23 |
</nav>
|
templates/review_queue.html
CHANGED
|
@@ -17,6 +17,7 @@
|
|
| 17 |
<a href="{{ url_for('plans_list') }}">Piani</a>
|
| 18 |
<a href="{{ url_for('new_plan') }}">Nuovo Piano</a>
|
| 19 |
<a href="{{ url_for('review_queue') }}" class="active">Review Queue</a>
|
|
|
|
| 20 |
<a href="#" title="Impostazioni">⚙️</a>
|
| 21 |
</div>
|
| 22 |
</nav>
|
|
|
|
| 17 |
<a href="{{ url_for('plans_list') }}">Piani</a>
|
| 18 |
<a href="{{ url_for('new_plan') }}">Nuovo Piano</a>
|
| 19 |
<a href="{{ url_for('review_queue') }}" class="active">Review Queue</a>
|
| 20 |
+
<a href="{{ url_for('club_profile') }}">🏟️ Profilo Club</a>
|
| 21 |
<a href="#" title="Impostazioni">⚙️</a>
|
| 22 |
</div>
|
| 23 |
</nav>
|