Removed lorem dummy content from welcome message.
This commit is contained in:
parent
20a735d2ec
commit
c28cc3ac3c
@ -1,18 +1,13 @@
|
|||||||
<article class="LP-TextSection">
|
<header class="LP-TextSection__Headline">
|
||||||
<header class="LP-TextSection__Headline">
|
|
||||||
<h1 class="LP-Headline">Start</h1>
|
<h1 class="LP-Headline">Start</h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="LP-TextSection__Text">
|
<div class="LP-TextSection__Text">
|
||||||
<p class="LP-Paragraph">Welcome
|
<p class="LP-Paragraph">Welcome to our Urban Exploration community catalogue,
|
||||||
{% if user.is_authenticated %}
|
{% if user.is_authenticated %}
|
||||||
{{ user.username }}
|
{{ user.username }}
|
||||||
{% else %}
|
{% else %}
|
||||||
explorer
|
explorer
|
||||||
{% endif %}
|
{% endif %}
|
||||||
!</p>
|
!</p>
|
||||||
|
</div>
|
||||||
<p class="LP-Paragraph">{% lorem %}</p>
|
|
||||||
<p class="LP-Paragraph">{% lorem %}</p>
|
|
||||||
</div>
|
|
||||||
</article>
|
|
||||||
|
Loading…
Reference in New Issue
Block a user