Ignore:
Timestamp:
25 Jan 2023, 08:52:51 (2 years ago)
Author:
Henrik Bettermann
Message:

Allow beds to be blocked so that no student can be allocated to such a bed space (in contrast to reserved beds)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/hostels/browser_templates/hostelmanagepage.pt

    r13346 r17313  
    5959                <span tal:content="value/owner">OWNER</span>
    6060              </a>
    61               <a tal:condition="python: value.owner == view.not_occupied"
     61              <a tal:condition="python: value.owner == view.not_occupied and not value.bed_type.endswith('blocked')"
    6262                 tal:attributes="href python: view.url(value)"
    6363                 i18n:translate="">
Note: See TracChangeset for help on using the changeset viewer.