Skip to content

Commit

Permalink
Merge pull request #1405 from lucaferranti/lf-checklist
Browse files Browse the repository at this point in the history
comment out compiling tools checkpoint
  • Loading branch information
xuanxu authored Jan 15, 2025
2 parents 7e7f8e3 + 25c96dc commit 4d0decd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/views/papers/_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,12 @@
<input type="checkbox" id="author-check" class="pre-check form-check-input">
<label class="form-check-label" for="author-check">I certify that I am submitting materials for which I am a primary author</label>
</div>
<!--
<div class="col form-check" style="margin-left: 15px;">
<input type="checkbox" id="paper-check" class="pre-check form-check-input">
<label class="form-check-label" for="paper-check">I have verified that my paper compiles using one of <a href="https://joss.readthedocs.io/en/latest/paper.html#checking-that-your-paper-compiles" target="_blank">these tools</a>.</label>
</div>
-->
<div class="col form-check">
<input type="checkbox" id="coc-check" class="pre-check form-check-input">
<label class="form-check-label" for="coc-check">I confirm that I read and will adhere to the <%= setting(:abbreviation) %> <a href="/about#code_of_conduct" target="_blank">code of conduct</a></label>
Expand Down

0 comments on commit 4d0decd

Please sign in to comment.