Skip to content

Commit

Permalink
Remove unneeded line of text.
Browse files Browse the repository at this point in the history
  • Loading branch information
dracos committed Oct 11, 2018
1 parent 519c416 commit b3dcea9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions www/includes/easyparliament/templates/html/user/form.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,6 @@
<?php } ?>

<form method="post" action="/user/index.php">
<div class="row">
<span class="label">Status:</span>
<span class="formw"></span>
</div>

<?php if (isset($errors['firstname'])) { ?>
<p class="error">
<?= $errors['firstname'] ?>
Expand Down
5 changes: 0 additions & 5 deletions www/includes/easyparliament/templates/html/user/join.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@
<p>Already joined? <a href="/user/login/">Then sign in!</a></p>

<form method="post" action="/user/index.php">
<div class="row">
<span class="label">Status:</span>
<span class="formw"></span>
</div>

<?php if (isset($errors['firstname'])) { ?>
<p class="error">
<?= $errors['firstname'] ?>
Expand Down

0 comments on commit b3dcea9

Please sign in to comment.