feat: project, talks, update pages and web forms
This commit is contained in:
3
community/www/hackathons/macros/user.html
Normal file
3
community/www/hackathons/macros/user.html
Normal file
@@ -0,0 +1,3 @@
|
||||
{% macro show_user(user) %}
|
||||
{{ frappe.db.get_value("User", user, "full_name") }}
|
||||
{% endmacro %}
|
||||
Reference in New Issue
Block a user