check-templates: Check left and right sidebars.

This commit is contained in:
Tim Abbott 2017-03-01 09:08:09 -08:00
parent c21365cacf
commit b0f53fd1a8
3 changed files with 10 additions and 8 deletions

View File

@ -47,11 +47,14 @@
</div>
<div class="no-more-invites">
<p>
{% trans %}We'll have more invites for you soon, but
for now, enjoy this <a target="_blank"
href="http://www.youtube.com/watch?v=PW71En5Pa5s#t=2m01s">song
that expresses how we feel when you're
logged out</a>.{% endtrans %}
{% trans %}
We'll have more invites for
you soon, but for now, enjoy
this <a target="_blank"
href="http://www.youtube.com/watch?v=PW71En5Pa5s#t=2m01s">song
that expresses how we feel when you're
logged out</a>.
{% endtrans %}
</p>
</div>
<div class="still-have-invites">

View File

@ -20,7 +20,8 @@
WebAthena</a>. If you'd prefer, you can instead
<a href="/zephyr-mirror" target="_blank">run the
Zephyr mirror script yourself</a> in a screen
session.</span>
session.
</span>
<span id="desktop-zephyr-mirror-error-text" class="notdisplayed">To fix
this, you'll need to use the web interface.</span>
</div>

View File

@ -126,11 +126,9 @@ def check_html_templates(templates, modified_only, all_dups):
'templates/zerver/home.html',
'templates/zerver/integrations.html',
'templates/zerver/invite_user.html',
'templates/zerver/left_sidebar.html',
'templates/zerver/login.html',
'templates/zerver/markdown_help.html',
'templates/zerver/register.html',
'templates/zerver/right_sidebar.html',
'templates/zerver/search_operators.html',
'zerver/webhooks/deskdotcom/doc.html',