Added dogecoin donation footer.æ
This commit is contained in:
@@ -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):
|
||||
|
Reference in New Issue
Block a user