Skip to content

Commit

Permalink
Move Related Projects button to add clarity.
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-ide committed Dec 9, 2024
1 parent a4ab67d commit 3eb93dd
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion webapp/views/project/templates/project.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h5>Enter the project information below:</h5>
<input class="btn btn-primary" id="project_personnel" name="Project Personnel" type="submit" value="Project Personnel"/>&nbsp;&nbsp;
<input class="btn btn-primary" name="Funding Awards" type="submit" value="Funding Awards"/>&nbsp;&nbsp;
{% if title == 'Project' %}
<input class="btn btn-primary" name="Related Projects" type="submit" value="Related Projects"/>&nbsp;&nbsp;
{# <input class="btn btn-primary" name="Related Projects" type="submit" value="Related Projects"/>&nbsp;&nbsp;#}
<input class="btn btn-primary" name="Import" type="submit" value="Import Project"/>
{% endif %}
<br/><br/>
Expand All @@ -62,6 +62,13 @@ <h5>Enter the project information below:</h5>
{% endif %}
&nbsp;&nbsp;
<input class="btn btn-primary" name="Reset" type="reset" value="Reset Changes"/>
<br/><br/>
<br/><br/>
{% if title == 'Project' %}
<input class="btn btn-primary" name="Related Projects" type="submit" value="Related Projects"/>&nbsp;&nbsp;
{# <input class="btn btn-primary" name="Import" type="submit" value="Import Project"/>#}
{% endif %}

{{ macros.hidden_buttons() }}
{{ form.csrf_token }}
{{ wtf.form_field(form.md5) }}
Expand Down

0 comments on commit 3eb93dd

Please sign in to comment.