Skip to content
Snippets Groups Projects
Commit b11d0770 authored by permcu's avatar permcu
Browse files

Use blocktrans in heading of register_members_table

parent 58b0c150
No related branches found
No related tags found
Loading
<h4>{% trans 'Persons in Group' %} {{ group.name }}</h4>
<h4>{% blocktrans with group=group.name $}Persons in Group {{ group }}{% endblocktrans %}</h4>
<table id="persons">
<thead>
......
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