You've already forked snikket-web-portal
Change "reusability" to "type" for invites
- This makes the choice much clearer - Allows for less generic terms in the table - Future extensibility \o/
This commit is contained in:
@@ -107,3 +107,11 @@
|
||||
<em>{% trans %}deleted{% endtrans %}</em>
|
||||
{%- endif -%}
|
||||
{% endmacro %}
|
||||
|
||||
{%- macro invite_type_name(invite_info, caller=None) -%}
|
||||
{%- if invite_info.reusable -%}
|
||||
{% trans %}Group{% endtrans %}
|
||||
{%- else -%}
|
||||
{% trans %}Individual{% endtrans %}
|
||||
{%- endif -%}
|
||||
{%- endmacro -%}
|
||||
|
||||
Reference in New Issue
Block a user