diff --git a/webapp/titanembeds/templates/site_layout.html.j2 b/webapp/titanembeds/templates/site_layout.html.j2 index b24027f..467c539 100644 --- a/webapp/titanembeds/templates/site_layout.html.j2 +++ b/webapp/titanembeds/templates/site_layout.html.j2 @@ -33,7 +33,7 @@
  • Dashboard
  • monetization_on{{ session["tokens"] }}
  • - {% if session['user_id'] is defined and session['user_id'] in devs %} + {% if session['user_id'] is defined and session['user_id']|string in devs %}
  • Admin
  • {% endif %}