Change container type for column edits

merge-requests/8/head
Bob Mottram 2020-12-21 15:14:30 +00:00
parent 02cb81aaed
commit 79c6653772
2 changed files with 2 additions and 2 deletions

View File

@ -337,7 +337,7 @@ def htmlEditLinks(cssCache: {}, translate: {}, baseDir: str, path: str,
editLinksForm += \
' <h1>' + translate['Edit Links'] + '</h1>'
editLinksForm += \
' <div class="container">\n'
' <div class="containerNewPost">\n'
editLinksForm += \
' <input type="submit" name="submitLinks" value="' + \
translate['Submit'] + '">\n'

View File

@ -500,7 +500,7 @@ def htmlEditNewswire(cssCache: {}, translate: {}, baseDir: str, path: str,
editNewswireForm += \
' <h1>' + translate['Edit newswire'] + '</h1>'
editNewswireForm += \
' <div class="container">\n'
' <div class="containerNewPost">\n'
# editNewswireForm += \
# ' <a href="' + pathOriginal + '"><button class="cancelbtn">' + \
# translate['Go Back'] + '</button></a>\n'