Files
WYGIWYH/app/apps/common/views.py
Herculino Trotta 50b0c6ce01 initial commit
2024-09-26 11:00:40 -03:00

6 lines
108 B
Python

from django.shortcuts import render
def toasts(request):
return render(request, "common/toasts.html")