Skip to content

Commit

Permalink
Removed dimensionality from add_data form for datasets.
Browse files Browse the repository at this point in the history
  • Loading branch information
uthpalaherath committed Nov 6, 2024
1 parent 551e8c1 commit 3ee26ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions materials/templates/materials/add_data.html
Original file line number Diff line number Diff line change
Expand Up @@ -342,9 +342,9 @@ <h5 class="modal-title" id="stoichiometryModalLabel">Is this the correct stoichi
<div class="col-md-6">
{% input_field main_form.sample_type %}
</div>
<div class="col-md-6">
{% input_field main_form.dimensionality_of_the_inorganic_component %}
</div>
<!-- <div class="col-md-6"> -->
<!-- {% input_field main_form.dimensionality_of_the_inorganic_component %} -->
<!-- </div> -->
<div class="col-md-6">
{% input_field main_form.space_group %}
</div>
Expand Down

0 comments on commit 3ee26ba

Please sign in to comment.