Ignore:
Timestamp:
10/16/21 15:07:33 (3 years ago)
Author:
KostaFortumanov <kfortumanov@…>
Branches:
master
Children:
2d8c0e7
Parents:
7888b17
Message:

bug fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main/resources/templates/upload.html

    r7888b17 rb8a8d06  
    1616<br/>
    1717<div class="row">
     18    <div th:if="${error}" class="text-danger">Error uploading post</div>
    1819    <div class="col-md-4" id="left">
    1920        <form th:action="@{/newPost}" method="post" id="myForm" enctype="multipart/form-data" class="row g-3">
Note: See TracChangeset for help on using the changeset viewer.