Browse Source

Merge branch 'develop'

pull/5334/merge
Ruud 10 years ago
parent
commit
c058e897a7
  1. 2
      couchpotato/templates/login.html

2
couchpotato/templates/login.html

@ -1,6 +1,6 @@
{% autoescape None %}
<!doctype html>
<html>
<html class="{{ 'dark' if Env.setting('dark_theme') else '' }}">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
<meta name="apple-mobile-web-app-capable" content="yes">

Loading…
Cancel
Save