diff options
| author | Bobby <[email protected]> | 2025-07-17 10:00:05 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2025-07-17 10:00:05 +0530 |
| commit | 94cca506f6d1461bf38afa5b0e38d778391b8d39 (patch) | |
| tree | d328a4024637040b10efdd9a1d53f45650cdde00 /templates | |
| parent | 74543cd6dfc1a6d00c0bacbe07408d9ffbb73082 (diff) | |
| download | imageboard-94cca506f6d1461bf38afa5b0e38d778391b8d39.tar.xz imageboard-94cca506f6d1461bf38afa5b0e38d778391b8d39.zip | |
error handler messages via backend for upload
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/posts/new.django | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/posts/new.django b/templates/posts/new.django index 15dae77..3e7f080 100644 --- a/templates/posts/new.django +++ b/templates/posts/new.django @@ -13,7 +13,7 @@ <input type="submit" value="Add URL" /> </form> </div> - <div class="error" style="display: none; margin: 8px 0; width: 512px;" id="error-message"></div> + <div class="error" style="display: none; margin: 8px 0; width: 100%;" id="error-message"></div> <div id="_uploadViaLink_UploadPreviewsArea" class="upload-previews"></div> </div> </div> |
