diff options
Diffstat (limited to 'apioforum/templates/edit_forum.html')
-rw-r--r-- | apioforum/templates/edit_forum.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apioforum/templates/edit_forum.html b/apioforum/templates/edit_forum.html index f165676..3c07d1a 100644 --- a/apioforum/templates/edit_forum.html +++ b/apioforum/templates/edit_forum.html @@ -5,10 +5,10 @@ {% block content %} <form method="POST"> - <label for="name">forum name</label> + <label for="name">forum name</label> <input name="name" id="name" value="{{name}}" placeholder="apioforum" required maxlength="100"/> - <br> - <label for="description">forum description (markdown enabled)</label> + <br> + <label for="description">forum description (markdown enabled)</label> <textarea name="description" id="description" |