mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-07-06 12:43:18 +00:00
Add material design icon font
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
from config import config
|
||||
from flask import Flask
|
||||
from flask import Flask, render_template
|
||||
|
||||
|
||||
def create_app(config_name):
|
||||
@ -9,6 +9,6 @@ def create_app(config_name):
|
||||
|
||||
@app.route('/')
|
||||
def index():
|
||||
return 'Opaque'
|
||||
return render_template('base.html.j2')
|
||||
|
||||
return app
|
||||
|
Reference in New Issue
Block a user