diff --git a/views/episodes.tpl b/views/episodes.tpl index f3ec5d422..155d6f632 100644 --- a/views/episodes.tpl +++ b/views/episodes.tpl @@ -31,8 +31,7 @@ background-position:center center; } #divdetails { - background-color: #000000; - opacity: 0.9; + background-color: rgba(0, 0, 0, 0.9); color: #ffffff; margin-top: 6em; margin-bottom: 3em; diff --git a/views/movie.tpl b/views/movie.tpl index 984558fb0..861ca3565 100644 --- a/views/movie.tpl +++ b/views/movie.tpl @@ -30,8 +30,7 @@ background-position:center center; } #divdetails { - background-color: #000000; - opacity: 0.9; + background-color: rgba(0, 0, 0, 0.9); color: #ffffff; margin-top: 6em; margin-bottom: 3em; @@ -109,7 +108,7 @@

- %if details[13] is True: + %if details[13] == 'True': %else: