Skip to content

Commit

Permalink
Fix HTML form style
Browse files Browse the repository at this point in the history
  • Loading branch information
humitos committed Dec 18, 2017
1 parent f5f1442 commit ecf5b79
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions readthedocs/templates/profiles/private/edit_profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@

{% block edit_content %}
<form method="POST" action=".">{% csrf_token %}
{{ form }}
{{ form.as_p }}
<input type="submit" name="submit" value="{% trans "OK, save it!" %}" id="submit"/>
</form>
{% endblock %}
ssss

0 comments on commit ecf5b79

Please sign in to comment.