mirror of
https://github.com/DerTyp7/tealcode-django-python.git
synced 2025-10-30 20:57:07 +01:00
agb
This commit is contained in:
@@ -91,6 +91,10 @@ def about(req):
|
||||
def privacy(req):
|
||||
return render(req, "main/privacy.html", {'current': 'privacy'})
|
||||
|
||||
def tos(req):
|
||||
return render(req, "main/tos.html", {'current': 'tos'})
|
||||
|
||||
|
||||
def rating(req, topic_title, is_positive):
|
||||
topic = Topic.objects.filter(title=topic_title).first()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user