feat: add temporal student gestion
This commit is contained in:
		| @@ -39,7 +39,7 @@ | ||||
|         <div class="flex flex-col{% if not class.description %} mt-2{% endif %}"> | ||||
|             <!-- Actions principales --> | ||||
|             <div class="grid grid-cols-2 gap-2 mb-3"> | ||||
|                 <a href="{{ url_for('students') }}?class_id={{ class.id }}"  | ||||
|                 <a href="{{ url_for('classes.students', id=class.id) }}"  | ||||
|                    class="bg-{{ year_config.accent }}-50 hover:bg-{{ year_config.accent }}-100 text-{{ year_config.accent }}-700 hover:text-{{ year_config.accent }}-900 px-3 py-2.5 rounded-lg text-xs font-medium transition-colors flex items-center justify-center space-x-2"> | ||||
|                     <svg class="w-4 h-4" fill="currentColor" viewBox="0 0 20 20"> | ||||
|                         <path d="M9 6a3 3 0 11-6 0 3 3 0 616 0zM17 6a3 3 0 11-6 0 3 3 0 616 0zM12.93 17c.046-.327.07-.66.07-1a6.97 6.97 0 00-1.5-4.33A5 5 0 0119 16v1h-6.07zM6 11a5 5 0 515 5v1H1v-1a5 5 0 515-5z"/> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user