diff options
Diffstat (limited to 'ustayml/templates/students/index.html')
| -rw-r--r-- | ustayml/templates/students/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ustayml/templates/students/index.html b/ustayml/templates/students/index.html index 74f84e3..29d1048 100644 --- a/ustayml/templates/students/index.html +++ b/ustayml/templates/students/index.html @@ -81,7 +81,7 @@ <tbody> {% for student in students %} <tr> - <td><a href="{{ url_for('students.details', id=student['id']) }}">{{ student['pucp_code'] }}</a></td> + <td><a href="{{ url_for('students.details', student_id=student['id']) }}">{{ student['pucp_code'] }}</a></td> <td>{{ student['fullname'] }}</td> <td>{{ student['email'] }}</td> <td>{{ student['district'] }}</td> |
