changed food home
This commit is contained in:
parent
59ea19604f
commit
a4adae8190
@ -1,13 +1,14 @@
|
||||
{# Deprecated #}
|
||||
{% extends "food/food_wrapper.jinja" %}
|
||||
{% import 'macros/overview_pages.jinja' as macros %}
|
||||
{% block headline %}
|
||||
<h1 class="text-center">Essen an der OFU</h1>
|
||||
<h1 class="text-center">Food</h1>
|
||||
{% endblock %}
|
||||
{% block content %}
|
||||
{# <div class="container text-dark">#}
|
||||
{# <div class="row">#}
|
||||
{# {{ macros.home_item(title='Daily Food', url_id='daily-food', description='Übersicht über die heutigen Essensmöglichkeiten für Studenten') }}#}
|
||||
{# {{ macros.home_item(title='Weekly Food', url_id='weekly-food', description='Übersicht über die wöchentlichen Essensmöglichkeiten für Studenten.') }}#}
|
||||
{# </div>#}
|
||||
{# </div>#}
|
||||
{# <div class="container text-dark">#}
|
||||
{# <div class="row">#}
|
||||
{# {{ macros.home_item(title='Daily Food', url_id='daily-food', description='Übersicht über die heutigen Essensmöglichkeiten für Studenten') }}#}
|
||||
{# {{ macros.home_item(title='Weekly Food', url_id='weekly-food', description='Übersicht über die wöchentlichen Essensmöglichkeiten für Studenten.') }}#}
|
||||
{# </div>#}
|
||||
{# </div>#}
|
||||
{% endblock %}
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
{% block content %}
|
||||
<div class="container text-dark">
|
||||
<div class="row">
|
||||
{{ macros.home_item_with_icon(icon='fa-cutlery', url_id='food') }}
|
||||
{{ macros.home_item_with_icon(icon='fa-cutlery', url_id='daily-food') }}
|
||||
{{ macros.home_item_with_icon(icon='fa-calendar-o', url_id='events-main') }}
|
||||
{{ macros.home_item_with_icon(icon='fa-compass', url_id='donar') }}
|
||||
{{ macros.home_item_with_icon(icon='fa-th-large', url_id='links-home') }}
|
||||
|
||||
Reference in New Issue
Block a user