~edwargix/git.sr.ht

8ec6a63ec792ff1c73aa0b239fa39f9b1abbbde9 — Drew DeVault 6 years ago 39b926c
Fix error in access form
1 files changed, 1 insertions(+), 5 deletions(-)

M gitsrht/templates/settings_access.html
M gitsrht/templates/settings_access.html => gitsrht/templates/settings_access.html +1 -5
@@ 38,11 38,7 @@
    </table>
    <h4>Grant Access</h4>
    {% endif %}
    <form method="POST"
      action="/~{{owner.username}}/{{
        repo.name
      }}/settings/access/grant"
    >
    <form method="POST">
      <div class="form-group {{valid.cls("user")}}">
        <label for="user">User</label>
        <input