| {% extends "templates/web.html" %} |
| $(document).ready(function() { |
| $("#login_btn").click(function() { |
| $(this).html("Logging In...").prop("disabled", true); |
| lead_email: $("#lead-email").val(), |
| $(me).prop("disabled", false); |
| alert("Error, please contact support@erpnext.com"); |
| console.log("Logged In"); |
| window.location.href = "desk"; |
| .prop("disabled", false); |
| <div class='page-card-head'> |
| <span class='indicator blue'> |
| {{ _("ERPNext Demo") }}</span> |
| <!-- <img src="/assets/erpnext/images/erp-icon.svg" style="max-width: 40px; max-height: 40px;"> --> |
| <p>Some functionality is disabled for the demo and the data will be cleared regulary.</p> |
| <div><button type="submit" id="login_btn" class="btn btn-primary btn-sm">Launch Demo</button></div> |
| <p class='text-muted text-center small' style='margin-top: -20px;'><a href="https://erpnext.com/pricing">Start a free 30-day trial </a> |
| background-color: #f5f7fa; |