filtros
This commit is contained in:
@@ -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 %}
|
||||
Reference in New Issue
Block a user