Merge pull request #54 from dsaub/copilot/fix-terms-link-destination
[WIP] Fix terms link without real destination
This commit is contained in:
@@ -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