realaravinth c46b3f4f4c
Implement easy edit view
When user tries to visit this view without an easy configuration
available, i.e, user had created the CAPTCHA using advance view and no
TrafficPattern is available in database, the user will be automatically
redirected to the advance edit page.

But the default edit link everywhere is to the easy edit view.
2021-12-18 21:01:19 +05:30

16 lines
503 B
HTML

<. include!("../../../../components/headers/index.html"); .>
<. include!("../../../navbar/index.html"); .>
<div class="tmp-layout">
<. include!("../../../header/index.html"); .>
<main class="panel-main">
<. include!("../../../help-banner/index.html"); .>
<!-- Main content container -->
<div class="inner-container">
<!-- Main menu/ important actions roaster -->
<. include!("./form.html"); .>
</div>
<!-- end of container -->
<. include!("../../../../components/footers.html"); .>