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