Merge pull request #383 from palli81/master

Error 500 when adding an artist
This commit is contained in:
rembo10
2011-12-29 05:00:24 -08:00
3 changed files with 14 additions and 4 deletions
+4 -1
View File
@@ -109,6 +109,9 @@
<%def name="headIncludes()">
<link rel="stylesheet" href="css/data_table.css">
%if artist['Status'] == 'Loading':
<meta http-equiv="refresh" content="5">
%endif
</%def>
<%def name="javascriptIncludes()">
@@ -140,4 +143,4 @@
});
});
</script>
</%def>
</%def>