mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-07-07 21:35:23 +02:00
initial commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
from django.shortcuts import render
|
||||
|
||||
|
||||
def toasts(request):
|
||||
return render(request, "common/toasts.html")
|
||||
Reference in New Issue
Block a user