Skip to content

Commit

Permalink
Fix update form action
Browse files Browse the repository at this point in the history
  • Loading branch information
maricaantonacci committed Oct 19, 2023
1 parent 559e874 commit 28e2158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/deployments/templates/updatedep.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ <h4 class="font-weight-bold text-primary">
</div>

<div class="card-body">
<form id="depSubmit" action="{{ url_for('deployments_bp.updatedep', template=template) }}" method="post" enctype="multipart/form-data">
<form id="depSubmit" action="{{ url_for('deployments_bp.updatedep') }}" method="post" enctype="multipart/form-data">
<div class="form-group">
<label for="additional_description">Deployment description</label>
<input type="text" class="form-control" id="additional_description" name="additional_description" placeholder="description" value="{{instance_description}}" disabled required>
Expand Down

0 comments on commit 28e2158

Please sign in to comment.