Skip to content

Commit

Permalink
fix(project ownership): fixed project ownership button
Browse files Browse the repository at this point in the history
Users were not able to take ownership of projects correctly.

closes #201
  • Loading branch information
Christopher Pickering committed Jun 22, 2022
1 parent 8397d32 commit 0c3ec6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/templates/pages/project/new.html.j2
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
type="checkbox"
checked="checked"/>
<label for="project_take_ownership">Take Ownership of Project</label>
<input type="hidden" name="project_ownership" value="0"/>
<input type="hidden" name="project_ownership" value="1"/>
</div>
{% endif %}
<div class="field">
Expand Down

0 comments on commit 0c3ec6d

Please sign in to comment.