+++ /customer/$freelancer/template/$templateName

Route handling the display of a Template
And minor fix enabling the root route to handle post
This commit is contained in:
Tina_Azure
2023-04-04 22:40:27 +02:00
parent de91af605e
commit 407d0aeecf
2 changed files with 29 additions and 2 deletions

View File

@@ -48,7 +48,7 @@
<form action="/customer/{{name}}" method="post">
<form action="/customer/{{freelancername}}" method="post">
<button type="submit" name="freelancerID" value="{{freelancerid}}" class="button">Return to freelancer profile</button>
</form>
<br>