Skip to content

Commit 27a75a3

Browse files
committed
fixed register template
1 parent 23fb96b commit 27a75a3

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

event_manager/.DS_Store

0 Bytes
Binary file not shown.

event_manager/events/.DS_Store

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

event_manager/events/templates/events/register.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ <h1 class="text-3xl font-bold underline">Register</h1>
1010
</ul>
1111
{% endif %}
1212

13-
<form method="post" action="{% url 'event' %}">
13+
<form method="post" action="{% url 'register' %}">
1414
{% csrf_token %}
1515

1616
<div class="mt-2 form-floating">

0 commit comments

Comments
 (0)