fix: add user to exhibitor doctype

This commit is contained in:
Summayya
2021-08-20 15:26:47 +05:30
parent 07f9721aeb
commit c6fc0a22d2
5 changed files with 39 additions and 16 deletions

View File

@@ -20,6 +20,6 @@
</div>
{%- if cta_link -%}
<div class="event-btn"><a href='/speaker-registration?event={{ event_ }}&user={{ frappe.session.user }}' class="btn btn-primary ">Propose a Talk</a></div>
<div class="event-btn"><a href='/speaker-registration?user={{ frappe.session.user }}&event={{ event_ }}' class="btn btn-primary ">Propose a Talk</a></div>
{%- endif -%}
</div>