Skip to content

Commit

Permalink
remove: feedback and email field
Browse files Browse the repository at this point in the history
  • Loading branch information
PandorasActorMS committed Sep 26, 2023
1 parent 45ad3cf commit f6f7ca9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion interface.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
</div>
<div class="info">
<a href="#" onclick="load(this, 'about.htm')">Über HM-KI</a>
<a href="#" id="feedback" onclick="load(this, 'userpost.php')">Feedback</a>
<!-- <a href="#" id="feedback" onclick="load(this, 'userpost.php')">Feedback</a> -->
<a href=<?php
if (file_exists(".env")){
$env = parse_ini_file('.env');
Expand Down
3 changes: 2 additions & 1 deletion login.php
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ function auth(
}

?>
<h2 class="top-auto">Interesse?</h2>
<!--<h2 class="top-auto">Interesse?</h2>
<p>Wenn Sie das Interface für Ihre Hochschule ausprobieren möchten, hinterlassen Sie bitte hier Ihre E-Mail-Adresse.</p>
<form action="<?php echo $_SERVER['PHP_SELF']; ?>" class="column" method="post" id="newsletterForm">
<label for="newsletter">E-Mail-Adresse</label>
Expand All @@ -190,6 +190,7 @@ function auth(
</form>
<a href="/datenschutz" target="_blank">Datenschutzerklärung</a>
<a href="/impressum" target="_blank">Impressum</a>
-->
</aside>

<main>
Expand Down

0 comments on commit f6f7ca9

Please sign in to comment.