Added welcome message to home for authed and unauthed users.
This commit is contained in:
		@@ -1,4 +1,5 @@
 | 
			
		||||
{% extends 'global.html'%}
 | 
			
		||||
 | 
			
		||||
{% load static %}
 | 
			
		||||
{% block additional_head %}
 | 
			
		||||
    <link rel="stylesheet" href="{% static 'maps/ol.css' %}" type="text/css">
 | 
			
		||||
@@ -9,6 +10,8 @@
 | 
			
		||||
 | 
			
		||||
{% block maincontent %}
 | 
			
		||||
 | 
			
		||||
{% include 'partials/welcome.html' %}
 | 
			
		||||
 | 
			
		||||
{% include 'partials/osm_map.html' %}
 | 
			
		||||
<div class="LP-PlaceGrid">
 | 
			
		||||
    <h1 class="LP-Headline LP-Headline">Explore the latest locations</h1>
 | 
			
		||||
 
 | 
			
		||||
@@ -4,6 +4,8 @@
 | 
			
		||||
 | 
			
		||||
{% block maincontent %}
 | 
			
		||||
 | 
			
		||||
{% include 'partials/welcome.html' %}
 | 
			
		||||
 | 
			
		||||
<div class="LP-PlaceGrid">
 | 
			
		||||
    <h1 class="LP-Headline LP-Headline">Our latest locations</h1>
 | 
			
		||||
    <ul class="LP-PlaceGrid__Grid">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user