Commit 2c1b819a by Chif Gergő

request: Reason textfield bugfix on details page

Removed the pull-right class from the div, which contains the textfield.
parent e8684154
......@@ -136,7 +136,7 @@
{% if object.status == "PENDING" and request.user.is_superuser %}
<hr />
<div class="pull-right" id="request-buttons">
<div id="request-buttons">
<form method="POST">
{% csrf_token %}
<p>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment