Commit 8a394377 authored by KY-2187's avatar KY-2187

edited views.py

parent 2e1cadbb
from django.shortcuts import render from django.views.generic.base import TemplateView
# Create your views here.
class HeroesView(TemplateView):
template_name = 'heroes.html'
class CloudView(TemplateView):
template_name = 'detail_cloud.html'
class SunfloweyView(TemplateView):
template_name = 'detail_sunflowey.html'
class JesterView(TemplateView):
template_name = 'detail_jester.html'
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment