Commit 51d31ecf98d3c63df84664c7f2941c46fae53ab0
1 parent
872bc01b
Exists in
master
and in
39 other branches
Small html fixes
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/templates/base.html
... | ... | @@ -2,7 +2,7 @@ |
2 | 2 | {% load i18n browserid conversejs gravatar %} |
3 | 3 | <html> |
4 | 4 | <head> |
5 | - <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> | |
5 | + <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> | |
6 | 6 | |
7 | 7 | <link rel="stylesheet" href="{{ STATIC_URL }}third-party/bootstrap/css/bootstrap.css" type="text/css" media="screen, projection" /> |
8 | 8 | |
... | ... | @@ -135,7 +135,7 @@ |
135 | 135 | |
136 | 136 | {% block header %}{% endblock %} |
137 | 137 | |
138 | - <div> | |
138 | + <div id="main-content"> | |
139 | 139 | {% block main-content %} {% endblock %} |
140 | 140 | </div> |
141 | 141 | ... | ... |