diff options
-rw-r--r-- | yaksh/templates/yaksh/editprofile.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/yaksh/templates/yaksh/editprofile.html b/yaksh/templates/yaksh/editprofile.html index 47e74ea..509b2f6 100644 --- a/yaksh/templates/yaksh/editprofile.html +++ b/yaksh/templates/yaksh/editprofile.html @@ -34,7 +34,9 @@ {% endfor %} {% endif %} {% for field in form %} - <td>{{ field }} <small>{{ field.help_text }}</small></td> + <table> + <td>{{ field.label }}</td><td>{{ field }}</td><td><small>{{ field.help_text }}</small></td> + </table> <br> {% endfor %} <br> |