Commit 59780689 by Dányi Bence

webui: file box fixed

parent 48a28dec
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
</li> </li>
<!-- /ko --> <!-- /ko -->
</ul> </ul>
<ul class="file-list"> <ul class="entry-list">
<li class="entry small-row"> <li class="entry small-row">
<div class="summary" id="new-folder"> <div class="summary" id="new-folder">
<div class="name filetype-new-folder">{% trans "Create folder" %}</div> <div class="name filetype-new-folder">{% trans "Create folder" %}</div>
...@@ -99,11 +99,13 @@ ...@@ -99,11 +99,13 @@
<div class="clear"></div> <div class="clear"></div>
</div> </div>
<div class="details"> <div class="details">
<form style="padding-bottom: 10px" action="/key/add/" method="POST"> <div class="container">
{% csrf_token %} <form style="padding-bottom: 10px" action="/key/add/" method="POST">
<textarea style="margin-bottom: 5px" name="key" placeholder="{% trans "Public key in OpenSSH format" %}"></textarea><br /> {% csrf_token %}
<input type="submit" style="margin-left: 10px;" value="{% trans "Save" %}" /> <textarea style="margin-bottom: 5px" name="key" placeholder="{% trans "Public key in OpenSSH format" %}"></textarea><br />
</form> <input type="submit" style="margin-left: 10px;" value="{% trans "Save" %}" />
</form>
</div>
</div> </div>
</li> </li>
<li class="entry small-row key" style="display: none"> <li class="entry small-row key" style="display: none">
......
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