Advertisement
Guest User

fdsfd

a guest
Jul 3rd, 2015
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. <div class="form-field">
  2. <div class="form-field-label">
  3. <label for="{{ form.allow_disabilities.auto_id }}">
  4. <img id="label-control" src="{% static 'driver_webmin/img/wheelchair-icon.png' %}"/>
  5. </label>
  6. </div>
  7.  
  8. <div class="form-field-input">
  9. <input id="{{ form.allow_disabilities.auto_id }}" type="checkbox">
  10. </div>
  11. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement