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