Skip to content

Commit

Permalink
misc improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
nilandev committed Jan 8, 2024
1 parent e478ded commit b48d02d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bloggy/templates/profile/edit_profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h1 class="display-3 fw-600 pb-2 px-3">Update profile</h1>
{% endfor %}

{% for field in form.visible_fields %}
<div class="form-group col-md-8 my-2" style="padding: 0 1rem !important;">
<div class="form-group col-12 col-md-8 my-2" style="padding: 0 1rem !important;">
{% if field.name == "profile_photo" %}
{% else %}
<label for="{{ field.name }}">{{ field.label_tag }}</label>
Expand Down

0 comments on commit b48d02d

Please sign in to comment.