Explicitly Theme front-end controllers

--HG--
branch : dev
This commit is contained in:
Sebastien Ros
2010-09-30 16:37:32 -07:00
parent 0b34f18426
commit f997ca4143
9 changed files with 15 additions and 7 deletions

View File

@@ -17,8 +17,7 @@ using Orchard.Users.Models;
using Orchard.Mvc.Results;
namespace Orchard.Users.Controllers {
[HandleError]
[Themed]
[HandleError, Themed]
public class AccountController : Controller {
private readonly IAuthenticationService _authenticationService;
private readonly IMembershipService _membershipService;