mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-13 19:06:26 +00:00
7 lines
156 B
Python
7 lines
156 B
Python
from django.shortcuts import render
|
|
|
|
# def room(request, order_id):
|
|
# return render(request, 'chatroom.html', {
|
|
# 'order_id': order_id
|
|
# })
|