diff options
Diffstat (limited to 'templates/web/base')
-rw-r--r-- | templates/web/base/admin/body.html | 2 | ||||
-rw-r--r-- | templates/web/base/front/international_banner.html | 0 | ||||
-rw-r--r-- | templates/web/base/report/_item.html | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/templates/web/base/admin/body.html b/templates/web/base/admin/body.html index 84ea6840c..b46d411c2 100644 --- a/templates/web/base/admin/body.html +++ b/templates/web/base/admin/body.html @@ -162,7 +162,7 @@ </p> </div> <p> - <input type="checkbox" name="confirmed" value="1" id="confirmed"[% ' checked' IF contact.confirmed %]> + <input type="checkbox" name="confirmed" value="1" id="confirmed"[% ' checked' IF contact.confirmed OR contact.confirmed == "" %]> <label for="confirmed" class="inline">[% loc('Confirmed') %]</label> </p> diff --git a/templates/web/base/front/international_banner.html b/templates/web/base/front/international_banner.html deleted file mode 100644 index e69de29bb..000000000 --- a/templates/web/base/front/international_banner.html +++ /dev/null diff --git a/templates/web/base/report/_item.html b/templates/web/base/report/_item.html index 6ae43f798..704dfd29c 100644 --- a/templates/web/base/report/_item.html +++ b/templates/web/base/report/_item.html @@ -3,7 +3,7 @@ [% IF problem.photo %] <img class="img" height="60" width="90" src="[% problem.photos.first.url_fp %]" alt=""> [% END %] - <h4>[% problem.title | html %]</h4> + <h3 class="item-list__heading">[% problem.title | html %]</h3> <small> [%- IF c.cobrand.moniker != 'fixamingata' %] [%# Default: %] [%- prettify_dt( problem.confirmed, 1 ) %] |