Skip to content

Commit

Permalink
Merge pull request #456 from stevepiercy/2.0-branch
Browse files Browse the repository at this point in the history
update with bootstrap changes and i18n domain
  • Loading branch information
stevepiercy authored Aug 23, 2020
2 parents 34e6b11 + 196366d commit d90eec6
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 d90eec6

Please sign in to comment.