feat: Split up comments and comment form
This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
			
		||||
{% load i18n %}
 | 
			
		||||
 | 
			
		||||
<div class="card">
 | 
			
		||||
<div class="card block">
 | 
			
		||||
    <div class="card-header">
 | 
			
		||||
        <h2 class="card-header-title title is-2">{% translate 'Kommentare' %}</h2>
 | 
			
		||||
    </div>
 | 
			
		||||
@@ -13,13 +13,13 @@
 | 
			
		||||
            <p class="is-italic">{% translate 'Noch keine Kommentare' %}</p>
 | 
			
		||||
        {% endif %}
 | 
			
		||||
    </div>
 | 
			
		||||
    <footer class="card-footer">
 | 
			
		||||
        {% if user.is_authenticated %}
 | 
			
		||||
            {% include "fellchensammlung/forms/bulma-form-comment.html" %}
 | 
			
		||||
        {% else %}
 | 
			
		||||
            <p class="card-footer-item">
 | 
			
		||||
                {% translate 'Du musst dich einloggen um Kommentare zu hinterlassen' %}
 | 
			
		||||
            </p>
 | 
			
		||||
        {% endif %}
 | 
			
		||||
    </footer>
 | 
			
		||||
</div>
 | 
			
		||||
<div class="block">
 | 
			
		||||
    {% if user.is_authenticated %}
 | 
			
		||||
        {% include "fellchensammlung/forms/bulma-form-comment.html" %}
 | 
			
		||||
    {% else %}
 | 
			
		||||
        <p class="card-footer-item">
 | 
			
		||||
            {% translate 'Du musst dich einloggen um Kommentare zu hinterlassen' %}
 | 
			
		||||
        </p>
 | 
			
		||||
    {% endif %}
 | 
			
		||||
</div>
 | 
			
		||||
		Reference in New Issue
	
	Block a user