diff --git a/hasher-matcher-actioner/src/OpenMediaMatch/templates/components/banks/actions_bar.html.j2 b/hasher-matcher-actioner/src/OpenMediaMatch/templates/components/banks/actions_bar.html.j2 new file mode 100644 index 000000000..8bc0697b5 --- /dev/null +++ b/hasher-matcher-actioner/src/OpenMediaMatch/templates/components/banks/actions_bar.html.j2 @@ -0,0 +1,6 @@ +
+ {% include "components/banks/match_form.html.j2" %} +
+ {% include 'components/banks/create_new_bank.html.j2' %} +
+
diff --git a/hasher-matcher-actioner/src/OpenMediaMatch/templates/components/add_to_bank_form.html.j2 b/hasher-matcher-actioner/src/OpenMediaMatch/templates/components/banks/add_to_bank_form.html.j2 similarity index 88% rename from hasher-matcher-actioner/src/OpenMediaMatch/templates/components/add_to_bank_form.html.j2 rename to hasher-matcher-actioner/src/OpenMediaMatch/templates/components/banks/add_to_bank_form.html.j2 index a1630e644..326df0f11 100644 --- a/hasher-matcher-actioner/src/OpenMediaMatch/templates/components/add_to_bank_form.html.j2 +++ b/hasher-matcher-actioner/src/OpenMediaMatch/templates/components/banks/add_to_bank_form.html.j2 @@ -3,12 +3,11 @@