diff mbox

[Branch,~linaro-validation/lava-dashboard/trunk] Rev 364: add @login_required to filter_add

Message ID 20121127050811.3518.13942.launchpad@ackee.canonical.com
State Accepted
Headers show

Commit Message

Michael-Doyle Hudson Nov. 27, 2012, 5:08 a.m. UTC
------------------------------------------------------------
revno: 364
committer: Michael Hudson-Doyle <michael.hudson@linaro.org>
branch nick: trunk
timestamp: Tue 2012-11-27 18:07:00 +1300
message:
  add @login_required to filter_add
modified:
  dashboard_app/views/filters/views.py


--
lp:lava-dashboard
https://code.launchpad.net/~linaro-validation/lava-dashboard/trunk

You are subscribed to branch lp:lava-dashboard.
To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-dashboard/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'dashboard_app/views/filters/views.py'
--- dashboard_app/views/filters/views.py	2012-10-01 03:34:07 +0000
+++ dashboard_app/views/filters/views.py	2012-11-27 05:07:00 +0000
@@ -182,6 +182,7 @@ 
 
 
 @BreadCrumb("Add new filter", parent=filters_list)
+@login_required
 def filter_add(request):
     return filter_form(
         request,