Skip to content

Commit

Permalink
Fix widgets.
Browse files Browse the repository at this point in the history
  • Loading branch information
zerai committed Sep 10, 2023
1 parent 3004466 commit 3ce3dbf
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 24 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
<div class="container col-6 justify-content-center">
{% for error in errors %}
<div class="alert alert-danger">
{{ error.description }}
</div>
{% endfor %}
</div>

<form id="searchFormIndividual" role="form" method="post" action="/interface/modules/custom_modules/oe-module-npi-registry/public/search" >
<div class="row my-2">
<div class="col">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
<div class="container col-6 justify-content-center">
{% for error in errors %}
<div class="alert alert-danger">
{{ error.description }}
</div>
{% endfor %}
</div>

<form id="searchFormOrganization" role="form" method="post" action="/interface/modules/custom_modules/oe-module-npi-registry/public/search" >
<div class="row my-2">
<div class="form-group">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
<div class="container col-6 justify-content-center">
{% for error in errors %}
<div class="alert alert-danger">
{{ error.description }}
</div>
{% endfor %}
</div>

<form id="searchFormTaxonomy" role="form" method="post" action="/interface/modules/custom_modules/oe-module-npi-registry/public/search" >
<div class="row my-2">
<div class="form-group">
Expand Down

0 comments on commit 3ce3dbf

Please sign in to comment.