This commit is contained in:
fjrodriguez
2022-11-30 08:44:59 -06:00
parent e2121905d6
commit 2d55c0974a
13 changed files with 370 additions and 46 deletions

View File

@@ -27,12 +27,16 @@
{{form.password|add_class:"form-control"}}
{{form.password.errors}}
<!-- <span class="fa fa-lock"></span> -->
<!--input type="password" name="password" id="password" class="form__input" placeholder="Password"-->
</div>
<div class="form-check">
{% comment %}
<input type="checkbox" name="remember_me" id="remember_me" class="">
<label for="remember_me">Remember Me!</label>
{% endcomment %}
</div>
<div class="row">
<input type="submit" value="Submit" class="btn">
@@ -40,7 +44,11 @@
</form>
</div>
{% comment %}
<div class="row">
<p>Don't have an account? <a href="{{ signup_url }}">Register Here</a></p>
</div>
{% endcomment %}
{% endblock %}