organizations&organizationtypes
This commit is contained in:
@@ -85,7 +85,8 @@ def after_request(response):
|
||||
from .articles.views import article_pages
|
||||
from .sections.views import section_pages
|
||||
from .compiler.views import compiler_pages
|
||||
|
||||
from .organizations.views import organization_pages
|
||||
from .organizationtypes.views import organizationtype_pages
|
||||
|
||||
@app.route("/")
|
||||
@app.route("/index")
|
||||
@@ -97,6 +98,9 @@ def home():
|
||||
app.register_blueprint(article_pages, url_prefix='/articles')
|
||||
app.register_blueprint(section_pages, url_prefix='/sections')
|
||||
app.register_blueprint(compiler_pages, url_prefix='/compiler')
|
||||
app.register_blueprint(organization_pages, url_prefix='/organizations')
|
||||
app.register_blueprint(organization_pages, url_prefix='/organizations')
|
||||
app.register_blueprint(organizationtype_pages, url_prefix='/organizationtypes')
|
||||
|
||||
|
||||
# ------------ Telegram Bot
|
||||
|
||||
Reference in New Issue
Block a user