Skip to content

Commit

Permalink
Update Actions to Edit Relationships
Browse files Browse the repository at this point in the history
  • Loading branch information
rmarow committed Oct 6, 2023
1 parent ad213a6 commit 331a043
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion usaon_vta_survey/templates/response/applications.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h3>Applications</h3>
<th>Name</th>
<th>Performance Rating</th>
<th>Criticality Rating</th>
<th>Actions</th>
<th>Edit Relationships</th>
</tr>
{% for application in response.applications %}
<tr>
Expand Down
2 changes: 1 addition & 1 deletion usaon_vta_survey/templates/response/data_products.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h3>Data products</h3>
<th>Name</th>
<th>Performance Rating</th>
<th>Criticality Rating</th>
<th>Actions</th>
<th>Edit Relationships</th>
</tr>
{% for data_product in response.data_products %}
<tr>
Expand Down
2 changes: 1 addition & 1 deletion usaon_vta_survey/templates/response/sbas.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h3>Societal benefit areas</h3>
<tr>
<th>Name</th>
<th>Performance Rating</th>
<th>Actions</th>
<th>Edit Relationships</th>
</tr>
{% for societal_benefit_area in response.societal_benefit_areas %}
<tr>
Expand Down

0 comments on commit 331a043

Please sign in to comment.