Started edit ad option.

This commit is contained in:
Naida Vatric
2020-03-19 15:24:58 +01:00
parent f2d9369d5c
commit 55cb01c3c2
5 changed files with 59 additions and 6 deletions

View File

@@ -9,6 +9,7 @@
id="email"
name="email"
type="email"
value="<%= email !== undefined ? email : ""%>"
>
<div class="messages"></div>
<label for="email">Email</label>
@@ -17,7 +18,14 @@
<br>
<div class="row center-align">
<div class="col s6 push-s3">
<a id="submit" href="#" form="publishForm" class="welcome-center-button waves-effect waves-light btn">Objavi oglas</a>
<a id="submit" href="#" form="publishForm" class="welcome-center-button waves-effect waves-light btn">
<% if(editingRealEstate) { %>
Snimi izmjene
<% } else { %>
Objavi oglas
<% } %>
</a>
</div>
</div>