Skip to content
This repository was archived by the owner on Jul 10, 2024. It is now read-only.

Commit 91e7fed

Browse files
davidfowlDamianEdwards
authored andcommitted
Fixed a few errors
1 parent bb3bda7 commit 91e7fed

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/5. Add personal agenda.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,6 @@ dotnet aspnet-codegenerator identity --dbContext FrontEnd.Data.IdentityDbContext
590590
</ul>
591591
</div>
592592
```
593-
1. You should be able to login as an attendee, add/remove sessions to your personal agenda and click on MyAgenda to have them show up.
594593

595594
## Update IndexModel to include User Sessions
596595
1. Add a `UserSessions` property to the `IndexModel`:
@@ -613,7 +612,7 @@ dotnet aspnet-codegenerator identity --dbContext FrontEnd.Data.IdentityDbContext
613612
var sessions = await GetSessionsAsync();
614613
//...
615614
```
616-
1. Add the following two methods to the `IndexModel` to handle adding and removing sessions from your agenda fron the `Index` page:
615+
1. Add the following two methods to the `IndexModel` to handle adding and removing sessions from your agenda from the `Index` page:
617616
```csharp
618617
public async Task<IActionResult> OnPostAsync(int sessionId)
619618
{

0 commit comments

Comments
 (0)