Skip to content

Commit

Permalink
signup href typo in www/lms/index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Renil Tanjeco committed Jun 6, 2020
1 parent 2213ea3 commit 3ff2522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erpnext/www/lms/index.html
Expand Up @@ -45,7 +45,7 @@ <h1>{{ education_settings.portal_title }}</h1>
<p class='lead'>{{ education_settings.description }}</p>
<p class="mt-4">
{% if frappe.session.user == 'Guest' %}
<a class="btn btn-primary btn-lg" href="'/login#signup'">Sign Up</a>
<a class="btn btn-primary btn-lg" href="/login#signup">Sign Up</a>
{% endif %}
</p>
</div>
Expand Down

0 comments on commit 3ff2522

Please sign in to comment.