flask-volt-dashboard
flask-volt-dashboard copied to clipboard
Flask Bootstrap 5 - Volt Dashboard | App-Generator.dev
I am trying out the template from docker. I noticed that some icons in action column in Transactions page was not displayed.
Hello, how to add a function for **settings** form filling control? @blueprint.route('/settings', methods=['GET', 'POST']) @login_required def settings_form(): print(request) return render_template('settings.html', user=current_user, form=form) **never works** even if I add in route_template(template)...
Hi , I was wondering how to implement a matplotlib plot on the dashboard with own data. Is there an easy approach ? Cheers