forked from Ruderverein-Donau-Linz/rowt
		
	Merge pull request 'linting' (#734) from lint into main
Reviewed-on: Ruderverein-Donau-Linz/rowt#734
This commit is contained in:
		@@ -74,27 +74,36 @@
 | 
			
		||||
                </div>
 | 
			
		||||
            {% endif %}
 | 
			
		||||
            {% if "Donau Linz" in loggedin_user.roles and "Unterstützend" not in loggedin_user.roles and "Förderndes Mitglied" not in loggedin_user.roles %}
 | 
			
		||||
                <dialog id="call-for-action" class="max-w-screen-sm dark:bg-primary-600 dark:text-white rounded-md" onclick="document.getElementById('call-for-action').close()">
 | 
			
		||||
		<div onclick="event.stopPropagation();" class="p-3">
 | 
			
		||||
		    <button type="button" onclick="document.getElementById('call-for-action').close()" title="Schließen" class="sidebar-close border-0 bg-primary-100 focus:bg-primary-50 text-black flex items-center justify-center transform rotate-45 absolute right-0 mr-3"><svg class="inline h-5 w-5" width="16" height="16" fill="currentColor" viewBox="0 0 16 16">
 | 
			
		||||
    <path d="M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z"></path>
 | 
			
		||||
</svg>
 | 
			
		||||
</button>
 | 
			
		||||
<div class="mt-8">
 | 
			
		||||
<p>
 | 
			
		||||
                    Du hast Ideen für sinnvolle neue Funktionen für diese Ruderapp? Melde dich bei Philipp, Marie oder <a href="mailto:it@rudernlinz.at" class="underline">it@rudernlinz.at</a>.
 | 
			
		||||
		    </p>
 | 
			
		||||
<p class="mt-3">
 | 
			
		||||
		    
 | 
			
		||||
Wenn du darüber hinaus Lust hast, deine Skills in ein Projekt zu stecken, das Wellen schlagen wird (😀), dann komm an Bord! Wir sind offen für frische Ideen, haben jedoch auch selber noch genügend; langweilig wird uns bestimmt nicht.
 | 
			
		||||
</p>
 | 
			
		||||
		    </div>
 | 
			
		||||
		    </div>
 | 
			
		||||
                <dialog id="call-for-action"
 | 
			
		||||
                        class="max-w-screen-sm dark:bg-primary-600 dark:text-white rounded-md"
 | 
			
		||||
                        onclick="document.getElementById('call-for-action').close()">
 | 
			
		||||
                    <div onclick="event.stopPropagation();" class="p-3">
 | 
			
		||||
                        <button type="button"
 | 
			
		||||
                                onclick="document.getElementById('call-for-action').close()"
 | 
			
		||||
                                title="Schließen"
 | 
			
		||||
                                class="sidebar-close border-0 bg-primary-100 focus:bg-primary-50 text-black flex items-center justify-center transform rotate-45 absolute right-0 mr-3">
 | 
			
		||||
                            <svg class="inline h-5 w-5"
 | 
			
		||||
                                 width="16"
 | 
			
		||||
                                 height="16"
 | 
			
		||||
                                 fill="currentColor"
 | 
			
		||||
                                 viewBox="0 0 16 16">
 | 
			
		||||
                                <path d="M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z"></path>
 | 
			
		||||
                            </svg>
 | 
			
		||||
                        </button>
 | 
			
		||||
                        <div class="mt-8">
 | 
			
		||||
                            <p>
 | 
			
		||||
                                Du hast Ideen für sinnvolle neue Funktionen für diese Ruderapp? Melde dich bei Philipp, Marie oder <a href="mailto:it@rudernlinz.at" class="underline">it@rudernlinz.at</a>.
 | 
			
		||||
                            </p>
 | 
			
		||||
                            <p class="mt-3">
 | 
			
		||||
                                Wenn du darüber hinaus Lust hast, deine Skills in ein Projekt zu stecken, das Wellen schlagen wird (😀), dann komm an Bord! Wir sind offen für frische Ideen, haben jedoch auch selber noch genügend; langweilig wird uns bestimmt nicht.
 | 
			
		||||
                            </p>
 | 
			
		||||
                        </div>
 | 
			
		||||
                    </div>
 | 
			
		||||
                </dialog>
 | 
			
		||||
                <div class="bg-white dark:bg-primary-900 text-black dark:text-white rounded-md block shadow mt-5"
 | 
			
		||||
                     role="alert">
 | 
			
		||||
                    <h2 class="h2">
 | 
			
		||||
                        Persönliches
 | 
			
		||||
                        Deine Ruderkarriere
 | 
			
		||||
                        <span class="text-xl"
 | 
			
		||||
                              onclick="document.getElementById('call-for-action').showModal()">💡</span>
 | 
			
		||||
                    </h2>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user