mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-03-18 07:24:00 +01:00
6 lines
108 B
Python
6 lines
108 B
Python
from django.shortcuts import render
|
|
|
|
|
|
def toasts(request):
|
|
return render(request, "common/toasts.html")
|