Commit 9da71d89 by Bence Dányi

webui: override page title on /group/show

parent 836fe537
......@@ -2,6 +2,12 @@
{% load i18n %}
{% load staticfiles %}
{% get_current_language as LANGUAGE_CODE %}
{% block title %}
{% blocktrans with name=group.name %}Details of {{name}}{% endblocktrans %}
- {{block.super}}
{% endblock %}
{% block content %}
<div class="boxes">
{% include "box/person/box.html" %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment