Compare commits
No commits in common. "b755f7f45ef1bb19d732d642de7b25b820bb19b3" and "b95e565bef30cfb958b933dded9fbe276fd66f96" have entirely different histories.
b755f7f45e
...
b95e565bef
@ -1,5 +1,4 @@
|
||||
{% extends 'global.html'%}
|
||||
|
||||
{% load static %}
|
||||
{% block additional_head %}
|
||||
<link rel="stylesheet" href="{% static 'maps/ol.css' %}" type="text/css">
|
||||
@ -10,8 +9,6 @@
|
||||
|
||||
{% 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,8 +4,6 @@
|
||||
|
||||
{% 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">
|
||||
|
@ -1,18 +0,0 @@
|
||||
<article class="LP-TextSection">
|
||||
<header class="LP-TextSection__Headline">
|
||||
<h1 class="LP-Headline">Start</h1>
|
||||
</header>
|
||||
|
||||
<div class="LP-TextSection__Text">
|
||||
<p class="LP-Paragraph">
|
||||
Welcome
|
||||
{% if user.is_authenticated %}
|
||||
{{ user.username }}
|
||||
{% else %}
|
||||
explorer
|
||||
{% endif %}
|
||||
! </P>
|
||||
|
||||
<p class="LP-Paragraph">{% lorem %}</p>
|
||||
</div>
|
||||
</article>
|
Loading…
Reference in New Issue
Block a user