Add vscode minimap mark for dashboard
This commit is contained in:
parent
13affa2382
commit
3c97425fc3
1 changed files with 1 additions and 0 deletions
|
|
@ -523,6 +523,7 @@ class GameDetailView(DetailView):
|
|||
return context
|
||||
|
||||
|
||||
# MARK: /
|
||||
def dashboard(request: HttpRequest) -> HttpResponse:
|
||||
"""Dashboard view showing active campaigns and progress.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue