Fix terms link in register.html to point to terminos view
Agent-Logs-Url: https://github.com/dsaub/proyecto-final/sessions/50c087d4-a283-4c38-bda2-5599d42d382f Co-authored-by: dsaub <54474838+dsaub@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
bdae5b073c
commit
e78a936b21
@@ -36,7 +36,7 @@
|
|||||||
<div class="mb-3 form-check">
|
<div class="mb-3 form-check">
|
||||||
<input type="checkbox" class="form-check-input" id="acceptTerms" name="terms" required>
|
<input type="checkbox" class="form-check-input" id="acceptTerms" name="terms" required>
|
||||||
<label class="form-check-label" for="acceptTerms">
|
<label class="form-check-label" for="acceptTerms">
|
||||||
Acepto los <a href="#" target="_blank">términos y condiciones</a>
|
Acepto los <a href="{% url 'terminos' %}" target="_blank">términos y condiciones</a>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user