Število oddaj na uporabnika
@@ -112,6 +112,7 @@
// Parse the Data
d3.json("/topuploads-institution/{{institution_id}}").then(function(jsondata) {
if(Object.keys(jsondata).length < 1) {
+ document.getElementById("my_dataviz_title").remove();
return;
}
data = [];
diff --git a/templates/solar-zgodovina.html b/templates/solar-zgodovina.html
index ce7b343..b7fdb24 100644
--- a/templates/solar-zgodovina.html
+++ b/templates/solar-zgodovina.html
@@ -98,7 +98,13 @@
}%}
-
+ {% if upload_history|length == 0 %}
+
+
+
Zgodovina sodelovanja je trenutno še prazna.
+
+
+ {% endif %}
{% for item in upload_history %}
{% set item_values = [] %}
{% if institution_names[loop.index - 1] %}