fix: Added participant name on page title. Closes #12

This commit is contained in:
Mindiell 2023-02-17 15:54:57 +01:00 committed by Gitea
parent 4b34081457
commit 016a762e83
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
{% extends 'cfp/staff/base.html' %}
{% load i18n %}
{% block title %}{{ participant.name }} - {{ conference.name }}{% endblock %}
{% block speakerstab %} class="active"{% endblock %}
{% block content %}