Add functionality to import/export readings in csv format
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
<div class="flex items-center space-x-4">
|
||||
{% if current_user.is_authenticated %}
|
||||
<a rel="prefetch" href="{{ url_for('main.dashboard') }}" class="px-4 py-2 hover:underline">Dashboard</a>
|
||||
|
||||
<a href="{{ url_for('main.manage_data') }}" class="px-4 py-2 hover:underline">Data</a>
|
||||
<!-- Profile with Photo or Default Icon -->
|
||||
<a rel="prefetch" href="{{ url_for('user.profile') }}"
|
||||
class="relative flex items-center space-x-2 group">
|
||||
|
||||
Reference in New Issue
Block a user