Fixed wrong user being tagged due to tastypie API change

This commit is contained in:
Fergal Moran
2013-04-19 11:26:32 +01:00
parent ccb7132f65
commit 4ded0781c9
8 changed files with 51 additions and 19 deletions

View File

@@ -354,6 +354,7 @@ div.event-content td {
#sidebar-content-activity {
font-size: 85%;
}
.no-click{
cursor: pointer;
[data-bypass="true"] {
/* Styles */
cursor: pointer;
}

View File

@@ -10,8 +10,6 @@ var User = DSSModel.extend({
urlRoot:com.podnoms.settings.urlRoot + "user/",
isValid:function () {
this.errors = {};
return "";
}
});