Added welcome message to home for authed and unauthed users.

This commit is contained in:
Marcus Scholz 2020-09-02 22:46:10 +02:00
parent b95e565bef
commit b7b3c5b89b
2 changed files with 5 additions and 0 deletions

View File

@ -1,4 +1,5 @@
{% extends 'global.html'%} {% extends 'global.html'%}
{% load static %} {% load static %}
{% block additional_head %} {% block additional_head %}
<link rel="stylesheet" href="{% static 'maps/ol.css' %}" type="text/css"> <link rel="stylesheet" href="{% static 'maps/ol.css' %}" type="text/css">
@ -9,6 +10,8 @@
{% block maincontent %} {% block maincontent %}
{% include 'partials/welcome.html' %}
{% include 'partials/osm_map.html' %} {% include 'partials/osm_map.html' %}
<div class="LP-PlaceGrid"> <div class="LP-PlaceGrid">
<h1 class="LP-Headline LP-Headline">Explore the latest locations</h1> <h1 class="LP-Headline LP-Headline">Explore the latest locations</h1>

View File

@ -4,6 +4,8 @@
{% block maincontent %} {% block maincontent %}
{% include 'partials/welcome.html' %}
<div class="LP-PlaceGrid"> <div class="LP-PlaceGrid">
<h1 class="LP-Headline LP-Headline">Our latest locations</h1> <h1 class="LP-Headline LP-Headline">Our latest locations</h1>
<ul class="LP-PlaceGrid__Grid"> <ul class="LP-PlaceGrid__Grid">