Skip to content

Commit

Permalink
Merge pull request #1608 from RogerHaase/indentation
Browse files Browse the repository at this point in the history
Indentation
  • Loading branch information
RogerHaase authored Feb 19, 2024
2 parents 2b1140f + 38b8890 commit 1931771
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/moin/templates/modify.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,18 +69,18 @@ <h1>{{ title }}</h1>
{% set may_admin = user.may.admin(fqname) %}
{{ meta_editor(form['meta_form'], may_admin) }}

{% if item.meta['name'][0].endswith('Group') %}
{{ forms.render(form['usergroup']) }}
<div class="hint">
{{ _('Enter list of user names, one name per line.') }}
</div>
{% endif %}
{% if item.meta['name'][0].endswith('Dict') %}
{{ forms.render(form['wikidict']) }}
<div class="hint">
{{ _('Enter "key=value" strings, one per line, no quotes, no blank lines.') }}
</div>
{% endif %}
{% if item.meta['name'][0].endswith('Group') %}
{{ forms.render(form['usergroup']) }}
<div class="hint">
{{ _('Enter list of user names, one name per line.') }}
</div>
{% endif %}
{% if item.meta['name'][0].endswith('Dict') %}
{{ forms.render(form['wikidict']) }}
<div class="hint">
{{ _('Enter "key=value" strings, one per line, no quotes, no blank lines.') }}
</div>
{% endif %}
{{ gen.form.close() }}
</div>

Expand Down

0 comments on commit 1931771

Please sign in to comment.