refactor: renamed app to school
This commit is contained in:
3
school/www/hackathons/macros/user.html
Normal file
3
school/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