Ignore:
Timestamp:
22 Nov 2011, 17:31:23 (13 years ago)
Author:
Henrik Bettermann
Message:

Let's StudyCourseDisplayFormPage? provide the department and faculty objects.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/students/browser_templates/studycoursepage.pt

    r7161 r7171  
    3939      </td>
    4040      <td class="field">
    41         <div class="widget"
    42              tal:content="view/context/certificate/__parent__/__parent__/longtitle">
    43           <input type="text" />
    44         </div>
     41        <a tal:attributes="href python: view.url(view.department)" class="widget"
     42             tal:content="view/department/longtitle">
     43          DEPARTMENT
     44        </a>
    4545      </td>
    4646    </tr>
     
    5252      </td>
    5353      <td class="field">
    54         <div class="widget"
    55              tal:content="view/context/certificate/__parent__/__parent__/__parent__/longtitle">
    56           <input type="text" />
    57         </div>
     54        <a tal:attributes="href python: view.url(view.faculty)" class="widget"
     55             tal:content="view/faculty/longtitle">
     56          FACULTY
     57        </a>
    5858      </td>
    5959    </tr>
Note: See TracChangeset for help on using the changeset viewer.