dev auf main #68

Open
niklas.ortmann wants to merge 1044 commits from devNachCSRF into main
Showing only changes of commit fec3cbb550 - Show all commits
+3 -1
View File
@@ -84,7 +84,9 @@ include_once 'php/controller/profileArticles-controller.php';
<?php else: ?>
<p>Du hast noch keine Beiträge erstellt.</p>
<a href="index.php?pfad=createArticle" class="category-link">Beitrag erstellen</a>
<button type="button" class="login-button" onclick="window.location.href='index.php?pfad=createArticle';">
Beitrag erstellen!
</button>
<?php endif; ?>
</div>
</div>