diff --git a/ofu_app/templates/home.jinja b/ofu_app/templates/home.jinja index 6ec2ba7..d61541a 100644 --- a/ofu_app/templates/home.jinja +++ b/ofu_app/templates/home.jinja @@ -16,8 +16,8 @@ {{ macros.home_item_with_icon(icon='fa-cutlery', url_id='daily-food', title='Food') }} {{ macros.home_item_with_icon(icon='fa-calendar-o',link='', title='Events', attr='class=disabled') }} - {{ macros.home_item_with_icon(icon='fa-compass', url_id='donar', title='Nav', attr='class=disabled') }} - {{ macros.home_item_with_icon(icon='fa-th-large', url_id='links-home', title='Links', attr='class=disabled') }} + {{ macros.home_item_with_icon(icon='fa-compass',link='', title='Nav', attr='class=disabled') }} + {{ macros.home_item_with_icon(icon='fa-th-large',link='', title='Links', attr='class=disabled') }} {% endblock %} \ No newline at end of file