Skip to content
Snippets Groups Projects
Verified Commit 37796f3a authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Remove cards for now.

parent 51f8b6f7
No related branches found
No related tags found
1 merge request!28Remove cards for now.
...@@ -33,8 +33,7 @@ ...@@ -33,8 +33,7 @@
{% for teacher in lesson_period.get_teachers.all %} {% for teacher in lesson_period.get_teachers.all %}
<a href="{% url 'person_by_id' teacher.id %}" <a href="{% url 'person_by_id' teacher.id %}"
title="{{ teacher.first_name }} {{ teacher.last_name }}" title="{{ teacher.first_name }} {{ teacher.last_name }}"
class="card-text" class="card-text">
data-poload="{% url 'person_by_id_card' teacher.id %}">
{{ teacher.short_name }} {{ teacher.short_name }}
</a> </a>
{% endfor %} {% endfor %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment