diff --git a/app/__init__.py b/app/__init__.py index 7f09da5..dd2f7ff 100644 --- a/app/__init__.py +++ b/app/__init__.py @@ -1,16 +1,5 @@ from flask import Flask -import sentry_sdk -from sentry_sdk.integrations.flask import FlaskIntegration - -""" -sentry_sdk.init( - dsn="https://7bc9916920c041479b69db97bdb279fa@o126149.ingest.sentry.io/5424142", - integrations=[FlaskIntegration()], - traces_sample_rate=1.0 -) -""" - import configparser config = configparser.ConfigParser() config.read('config.ini') diff --git a/app/templates/about.html b/app/templates/about.html index b61bfed..c360003 100644 --- a/app/templates/about.html +++ b/app/templates/about.html @@ -1,5 +1,5 @@ {% extends 'base.html' %} - +{% set active_page = "about" %} {% block main %}
Curie Web is a web interface for my private Python Library called "Curie", with some aditional superpowers.
diff --git a/app/templates/base.html b/app/templates/base.html index 2e79a61..f92d59d 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -23,30 +23,47 @@ diff --git a/app/templates/display_photo.html b/app/templates/display_photo.html deleted file mode 100644 index 413e2e1..0000000 --- a/app/templates/display_photo.html +++ /dev/null @@ -1,7 +0,0 @@ -{% extends 'base.html' %} - -{% block main %} -Succesfuly Submitted
- -{% endblock %} \ No newline at end of file diff --git a/app/templates/display_result.html b/app/templates/display_result.html deleted file mode 100644 index 0174637..0000000 --- a/app/templates/display_result.html +++ /dev/null @@ -1,8 +0,0 @@ -{% extends 'base.html' %} - -{% block main %} -Succesfuly Submitted
- Description: {{description}} - -{% endblock %} \ No newline at end of file diff --git a/app/templates/dock_upload.html b/app/templates/dock_upload.html index 26f1e99..43dcd63 100644 --- a/app/templates/dock_upload.html +++ b/app/templates/dock_upload.html @@ -1,5 +1,5 @@ {% extends 'base.html' %} - +{% set active_page = "dock" %} {% block main %}