Ignore:
Timestamp:
23 Mar 2017, 04:12:17 (8 years ago)
Author:
Henrik Bettermann
Message:

Replace tabs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/browser/templates/certificatepage.pt

    r14646 r14647  
    3939     <td>
    4040      <span tal:content="cc/level">
    41            LEVEL
     41        LEVEL
    4242      </span>
    4343    </td>
     
    4545    <td>
    4646      <a tal:attributes="href python: view.url(cc)"
    47              tal:content="cc/__name__">
    48         REFERRER CODE
     47        tal:content="cc/__name__">
     48        REFERRER CODE
    4949      </a>
    5050    </td>
    5151    <td>
    5252      <a tal:attributes="href python:view.url(cc.course)"
    53              tal:content="cc/course/code">
    54         COURSE CODE
     53       tal:content="cc/course/code">
     54      COURSE CODE
    5555      </a>
    5656    <td>
    5757      <span tal:content="cc/course/title">
    58            COURSE TITLE
     58      COURSE TITLE
    5959      </span>
    6060    </td>
    6161    <td tal:condition="layout/course_cat_used">
    6262      <span tal:content="cc/course_category">
    63            COURSE CAT
     63        COURSE CAT
    6464      </span>
    6565    </td>
    6666    <td>
    6767      <span tal:content="cc/mandatory">
    68            REQUIRED
     68        REQUIRED
    6969      </span>
    7070    </td>
     
    7272</tbody>
    7373</table>
    74 
Note: See TracChangeset for help on using the changeset viewer.