refactor: renamed app to school
This commit is contained in:
15
school/www/hackathons/macros/hero.html
Normal file
15
school/www/hackathons/macros/hero.html
Normal file
@@ -0,0 +1,15 @@
|
||||
{% macro hero(title, back) %}
|
||||
<div class='container pb-5'>
|
||||
<div class="mb-3">
|
||||
<a href="{{ back.url }}" class="text-muted">
|
||||
{{_('Back to')}} {{ _(back.name) }}
|
||||
</a>
|
||||
</div>
|
||||
<h1>{{ title }}</h1>
|
||||
<!-- <p class="mt-4">
|
||||
{% if frappe.session.user == 'Guest' %}
|
||||
<a id="signup" class="btn btn-primary btn-lg" href="/login#signup">{{_('Sign Up')}}</a>
|
||||
{% endif %}
|
||||
</p> -->
|
||||
</div>
|
||||
{% endmacro %}
|
||||
Reference in New Issue
Block a user