Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Commit

Permalink
Added currency icon in read mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
toirl committed Aug 21, 2017
1 parent 3e2267d commit d5bf4dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion formbar/templates/currency.mako
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% if field.readonly:
<div class="readonlyfield" name="${field.name}">
${field.get_value("")}
${field.get_value("")}<span class="glyphicon ${renderer.icon or 'glyphicon-euro'}"></span>
</div>
% else:
<div class="input-group">
Expand Down

0 comments on commit d5bf4dd

Please sign in to comment.