Make Registration Link Button

This commit is contained in:
jvs
2025-01-24 17:02:16 +01:00
parent bb406ce6a4
commit 6165958262

View File

@@ -14,6 +14,6 @@
</div> </div>
<button type="submit" class="login-button">LOG IN</button> <button type="submit" class="login-button">LOG IN</button>
</form> </form>
<a href="{% url 'register' %}">Registrierung</a> <button><a href="{% url 'register' %}">Registrierung</a></button>
</div> </div>
{% endblock %} {% endblock %}