Skip to content

Commit

Permalink
Merge pull request #1800 from RogerHaase/coding-std
Browse files Browse the repository at this point in the history
remove trailing blanks, fix template indentation after "m coding-std"
  • Loading branch information
UlrichB22 authored Nov 14, 2024
2 parents 87838a2 + 0680a6f commit 55a3811
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/moin/static/css/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ li.moin-selected-groups { font-size: 1em; font-weight: bold; }
.moin-form .moin-radio input { width: 1em; }

.moin-form .submit-buttons{ display: flex; column-gap: 8pt; justify-content: end;
margin: 8pt 0; }
margin: 8pt 0; }

#options dd { width: 10%; }
#options dt { width: 60%; max-width: 40em; }
Expand Down
8 changes: 4 additions & 4 deletions src/moin/templates/modify.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ <h1>{{ title }}</h1>
POSTs originate from their respective applets.
#}
{% if not form['content_form'].is_draw %}
<dl>
{{ forms.render(form['comment']) }}
</dl>
<dl>
{{ forms.render(form['comment']) }}
</dl>
{% endif %}

{{ meta_editor(form['meta_form'], may_admin) }}
Expand All @@ -93,7 +93,7 @@ <h1>{{ title }}</h1>
POSTs originate from their respective applets.
#}
{% if not form['content_form'].is_draw %}

<div class="submit-buttons">
{% set warning = "" %}
{{ gen.input(type='submit', id='moin-cancel-text-button', name='cancel', value=form.cancel_label,
Expand Down

0 comments on commit 55a3811

Please sign in to comment.