Ignore:
Timestamp:
28 Mar 2007, 05:55:37 (17 years ago)
Author:
uli
Message:

Incorporated submit_once-changes into trunk. Completely untested.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_student/study_level_view.pt

    r1634 r1656  
    3636    </metal:block>
    3737    <metal:main fill-slot="main" tal:condition="python:1">
    38       <form action="." method="post" class="group">
     38      <form action="." method="post" class="group" onsubmit="return submit_once()">
    3939        <span tal:condition="info/carry_overs" tal:omit-tag="">
    4040        <h4>Carryover Courses</h4>
     
    206206      </form>
    207207      <br />
    208         <form action="add_course_result" method="post" class="group"
     208        <form action="add_course_result" method="post" class="group" onsubmit="return submit_once()"
    209209            tal:condition="show_check_boxes">
    210210        <table>
Note: See TracChangeset for help on using the changeset viewer.