diff --git a/core/sig_utils.py b/core/sig_utils.py index 4608659..fc9469e 100644 --- a/core/sig_utils.py +++ b/core/sig_utils.py @@ -161,8 +161,8 @@ def populate_sig_ref_info(sig_ref): sig_ref.longitude = ll[1] except: logging.debug("Invalid lat/lon received for reference") - except: - logging.warning("Failed to look up sig_ref info for " + sig + " ref " + ref_id + ".") + except Exception: + logging.warning("Failed to look up sig_ref info for " + sig + " ref " + ref_id, exc_info=True) return sig_ref diff --git a/templates/add_spot.html b/templates/add_spot.html index c7005e1..7843268 100644 --- a/templates/add_spot.html +++ b/templates/add_spot.html @@ -76,7 +76,7 @@ - + diff --git a/templates/alerts.html b/templates/alerts.html index 18b0dfd..d7e7c3e 100644 --- a/templates/alerts.html +++ b/templates/alerts.html @@ -75,7 +75,7 @@ - + diff --git a/templates/bands.html b/templates/bands.html index 3de0646..f803b83 100644 --- a/templates/bands.html +++ b/templates/bands.html @@ -77,8 +77,8 @@ - - + + diff --git a/templates/base.html b/templates/base.html index d70aacc..20f22c1 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,6 +1,6 @@ {% extends "skeleton.html" %} {% block head_extra %} - + @@ -10,10 +10,10 @@ - - - - + + + + {% end %} {% block body %}