mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-06-12 17:34:31 +02:00
feat: add Unit Price Calculator
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
from django.contrib.auth.decorators import login_required
|
||||
from django.shortcuts import render
|
||||
|
||||
|
||||
@login_required
|
||||
def unit_price_calculator(request):
|
||||
return render(request, "mini_tools/unit_price_calculator.html")
|
||||
Reference in New Issue
Block a user