Compare commits

...

1 Commits
main ... fix_12

Author SHA1 Message Date
Mindiell 999387ebd1 fix: Added participant name on page title. Closes #12 2023-02-17 15:54:57 +01:00
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 %}