~pexego/openobject-addons/6.1-pexego-sale_commission

« back to all changes in this revision

Viewing changes to django_pos/apps/inplaceeditform/templates/inplaceeditform/adaptor_boolean/render_value.html

  • Committer: Santi Argueso (Pexego)
  • Date: 2013-02-06 17:03:36 UTC
  • mfrom: (10.1.6 pexego-addons_6.1)
  • Revision ID: santiago@pexego.es-20130206170336-ml430s6p9jknun0j
[MERGE]

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{% if value %}
 
2
    <img src="{{ STATIC_URL }}img/true.gif" title="{{ value }}" alt="{{ value }}"/>
 
3
{% else %}
 
4
    <img src="{{ STATIC_URL }}img/false.gif" title="{{ value }}" alt="{{ value }}"/>
 
5
{% endif %}
 
 
b'\\ No newline at end of file'