Add some missing form actions
This commit is contained in:
parent
9aaee52ce1
commit
a29b0eac03
@ -2,9 +2,9 @@
|
|||||||
^{userCorrection}
|
^{userCorrection}
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<form method=post enctype=#{corrEncoding}>
|
<form method=post enctype=#{corrEncoding} action=@{CSubmissionR tid ssh csh shn cid CorrectionR}>
|
||||||
^{corrForm}
|
^{corrForm}
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<form method=post enctype=#{uploadEncoding}>
|
<form method=post enctype=#{uploadEncoding} action=@{CSubmissionR tid ssh csh shn cid CorrectionR}>
|
||||||
^{uploadForm}
|
^{uploadForm}
|
||||||
|
|||||||
@ -1,2 +1,2 @@
|
|||||||
<form method=POST enctype=#{uploadEncoding}>
|
<form method=POST enctype=#{uploadEncoding} action=@{CorrectionsUploadR}>
|
||||||
^{upload}
|
^{upload}
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
<div .container>
|
<div .container>
|
||||||
<form method=POST enctype=#{tableEncoding}>
|
<form method=POST enctype=#{tableEncoding} action=@{currentRoute}>
|
||||||
^{table}
|
^{table}
|
||||||
<button type=submit>
|
<button type=submit>
|
||||||
_{MsgBtnSubmit}
|
_{MsgBtnSubmit}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user