RateMyCourse/backend/postings/templates/postings/collections/universities.html

7 lines
162 B
HTML

{% extends "postings/collections/collection.html" %}
{# Represents a list of university entities. #}
{% block entity %}
<b>{{ entity.name }}</b>
{% endblock %}