diff options
| author | Bryan Newbold <bnewbold@robocracy.org> | 2019-03-07 01:38:47 -0800 | 
|---|---|---|
| committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-03-07 01:38:47 -0800 | 
| commit | 0242d1034933b163f0d48db1e3403e89d15db94e (patch) | |
| tree | dda734f8d7f8ecfdf9980e7a737b41212425a29f /python/fatcat_web/templates/base.html | |
| parent | 56f08c9c27a326b2955d7ff3a201601ff9c3b99c (diff) | |
| download | fatcat-0242d1034933b163f0d48db1e3403e89d15db94e.tar.gz fatcat-0242d1034933b163f0d48db1e3403e89d15db94e.zip | |
webface: more validator fixes, including microdata bump to document-wide
Diffstat (limited to 'python/fatcat_web/templates/base.html')
| -rw-r--r-- | python/fatcat_web/templates/base.html | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/python/fatcat_web/templates/base.html b/python/fatcat_web/templates/base.html index ccb4e44c..2a5e0dd6 100644 --- a/python/fatcat_web/templates/base.html +++ b/python/fatcat_web/templates/base.html @@ -68,7 +68,7 @@  </header>  <!-- 4em top margin is "enough" --> -<main class="ui main container" style="margin-top: 6em; margin-bottom: 2em;"> +<main class="ui main container" style="margin-top: 6em; margin-bottom: 2em;" {% block main_extra_attr %}{% endblock %}>  {% with messages = get_flashed_messages() %}    {% if messages %}      <div class="ui message"> | 
