Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
gromdimon committed May 9, 2023
1 parent 4ca410b commit 42b0ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion landingzones/templates/landingzones/landingzone_form.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ <h3>{% if not object.pk %}Create Landing Zone in {{ project.title }}
<i class="iconify" data-icon="mdi:arrow-left-circle"></i> Cancel
</a>
<button type="submit" class="btn btn-primary">
{% if action == 'create' %}
{% if not object.pk %}
<i class="iconify" data-icon="mdi:plus-thick"></i> Create
{% else %}
<i class="iconify" data-icon="mdi:check-bold"></i> Update
Expand Down

0 comments on commit 42b0ad7

Please sign in to comment.