template: Move admin_tab template to settings folder.

Moved `admin_tab` template to `/templates/settings/` folder as
earlier, it was inaccurately placed within the `/templates` folder
and should have been within the `/templates/settings` folder instead.
This commit is contained in:
aryanshridhar
2021-04-25 00:09:08 +05:30
committed by Tim Abbott
parent 63d34500b0
commit a82827ca75
3 changed files with 35 additions and 35 deletions

View File

@@ -1,6 +1,6 @@
import $ from "jquery";
import render_admin_tab from "../templates/admin_tab.hbs";
import render_admin_tab from "../templates/settings/admin_tab.hbs";
import render_settings_organization_settings_tip from "../templates/settings/organization_settings_tip.hbs";
import {$t} from "./i18n";