Added dogecoin donation footer.æ

This commit is contained in:
2025-07-30 19:37:55 +02:00
parent 0623770d10
commit ff0f528d36
3 changed files with 101 additions and 9 deletions

View File

@@ -12,8 +12,7 @@ from .database import (
get_overall_weekly_summary, # Now correctly imported
)
app = Flask(__name__, template_folder="../templates")
app = Flask(__name__, template_folder='../templates', static_folder='../static')
@app.template_filter("format_mc")
def format_market_cap(mc):