Compare commits

..

No commits in common. "b755f7f45ef1bb19d732d642de7b25b820bb19b3" and "b95e565bef30cfb958b933dded9fbe276fd66f96" have entirely different histories.

3 changed files with 0 additions and 23 deletions

View File

@ -1,5 +1,4 @@
{% 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">
@ -10,8 +9,6 @@
{% 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,8 +4,6 @@
{% 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">

View File

@ -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>