Skip to content

Commit

Permalink
merge conflict and update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MadsNyl committed Sep 25, 2024
2 parents 192e7ee + 07ac32a commit 26fb8d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@

## Neste versjon

## Versjon 2024.09.25

-**Codex arrangementer**. Det kan nå opprettes arrangementer på Codex, som medlemmer av Codex kan melde seg på.
-**Betalingsordre**. Man kan nå se historikk over betalingsordre for en påmelding til et arrangement.
-**Gruppe**. HS kan nå opprette en ny gruppe.
Expand Down
2 changes: 1 addition & 1 deletion app/content/models/minute.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from django.db import models

from app.codex.enums import CodexGroups
from app.common.enums import CodexGroups
from app.common.permissions import BasePermissionModel, check_has_access
from app.content.enums import MinuteTagEnum
from app.content.models.user import User
Expand Down

0 comments on commit 26fb8d1

Please sign in to comment.