Commit 04f2a86a by Kálmán Viktor

dashboard: update store help texts

parent 482c59f5
...@@ -95,7 +95,7 @@ ...@@ -95,7 +95,7 @@
<div class="list-group-item"> <div class="list-group-item">
<a href="{% url "dashboard.views.store-remove" %}?path={{ current }}" <a href="{% url "dashboard.views.store-remove" %}?path={{ current }}"
class="btn btn-danger btn-xs pull-right"> class="btn btn-danger btn-xs pull-right">
<i class="icon-remove"></i> {% trans "Remove" %} <i class="icon-remove"></i> {% trans "Remove directory" %}
</a> </a>
<form method="POST" action="{% url "dashboard.views.store-new-directory" %}"> <form method="POST" action="{% url "dashboard.views.store-new-directory" %}">
{% csrf_token %} {% csrf_token %}
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<div class="panel panel-default"> <div class="panel panel-default">
<div class="panel-heading"> <div class="panel-heading">
<span class="btn btn-default btn-xs infobtn pull-right" <span class="btn btn-default btn-xs infobtn pull-right"
title="itten van valami"> title="A list of your most recent files!">
<i class="icon-info-sign"></i> <i class="icon-info-sign"></i>
</span> </span>
<h3 class="no-margin"><i class="icon-briefcase"></i> Files <h3 class="no-margin"><i class="icon-briefcase"></i> Files
......
...@@ -3175,6 +3175,7 @@ def store_new_directory(request): ...@@ -3175,6 +3175,7 @@ def store_new_directory(request):
return redirect("%s?directory=%s" % ( return redirect("%s?directory=%s" % (
reverse("dashboard.views.store-list"), path)) reverse("dashboard.views.store-list"), path))
@require_POST @require_POST
@login_required @login_required
def store_refresh_toplist(request): def store_refresh_toplist(request):
......
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