mirror of https://gitlab.com/bashrc2/epicyon
Send button for reports
parent
fb1f08bce7
commit
26ca9342b9
|
@ -880,7 +880,8 @@ def html_new_post(media_instance: bool, translate: {},
|
||||||
' <td><input type="submit" name="submitCitations" value="' + \
|
' <td><input type="submit" name="submitCitations" value="' + \
|
||||||
translate['Citations'] + '"></td>\n'
|
translate['Citations'] + '"></td>\n'
|
||||||
|
|
||||||
if not path.endswith('/newdm'):
|
if not path.endswith('/newdm') and \
|
||||||
|
not path.endswith('/newreport'):
|
||||||
submit_text = translate['Publish']
|
submit_text = translate['Publish']
|
||||||
else:
|
else:
|
||||||
submit_text = translate['Send']
|
submit_text = translate['Send']
|
||||||
|
|
Loading…
Reference in New Issue