Skip to content

Commit

Permalink
update with bootstrap changes and i18n domain
Browse files Browse the repository at this point in the history
I think readonly/password.pt is supposed to be identical to
readonly/checked_password.pt so copied that over.  The original one
was missing an i18n domain and some newer bootstrap changes

(cherry picked from commit 1c185b0)
  • Loading branch information
tisdall authored and stevepiercy committed Aug 23, 2020
1 parent 34e6b11 commit 196366d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions deform/templates/readonly/password.pt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<div i18n:domain="">
<em i18n:translate=""> Password not displayed. </em>
<div i18n:domain="deform">
<p class="form-control-static deform-readonly-text"
id="${oid|field.oid}"
i18n:translate="">Password not displayed.</p>
</div>

0 comments on commit 196366d

Please sign in to comment.