Skip to content
This repository has been archived by the owner on May 19, 2021. It is now read-only.

Commit

Permalink
forum_edit: Changes from theme-ubuntuusers/#131
Browse files Browse the repository at this point in the history
  • Loading branch information
chris34 committed Apr 16, 2016
1 parent 624e1f1 commit f366891
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions inyoka_theme_default/templates/forum/forum_edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@

{% block content %}
{% call macros.outer_form(csrf_token(), form, manually_rendered=True) %}
{{ macros.inner_form(form, ['name', 'slug','description', 'parent', 'position', 'newtopic_default_text', 'force_version', 'count_posts']) }}
{{ macros.inner_form(form, ['name', 'slug','description', 'parent', 'position',
'newtopic_default_text', 'force_version', 'user_count_posts', 'support_group']) }}
<h3>{% trans %}Welcome message{% endtrans %}</h3>
{{ macros.inner_form(form, ['welcome_msg_subject', 'welcome_msg_text']) }}
{{ macros.inner_form(form, ['welcome_title', 'welcome_text']) }}
{% endcall %}
{% endblock %}

0 comments on commit f366891

Please sign in to comment.