src/main/webapp/WEB-INF/jsp/project-form.jsp

changeset 99
a369fb1b3aa2
parent 97
602f75801644
child 138
e2aa673dd473
     1.1 --- a/src/main/webapp/WEB-INF/jsp/project-form.jsp	Sat Aug 22 18:34:36 2020 +0200
     1.2 +++ b/src/main/webapp/WEB-INF/jsp/project-form.jsp	Sun Aug 23 15:10:49 2020 +0200
     1.3 @@ -67,7 +67,7 @@
     1.4          <tfoot>
     1.5          <tr>
     1.6              <td colspan="2">
     1.7 -                <input type="hidden" name="id" value="${project.id}"/>
     1.8 +                <input type="hidden" name="pid" value="${project.id}"/>
     1.9                  <a href="./projects/" class="button">
    1.10                      <fmt:message bundle="${lightpit_bundle}" key="button.cancel"/>
    1.11                  </a>

mercurial