mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-04-23 17:18:44 +02:00
feat: add Currency Converter
This commit is contained in:
@@ -8,4 +8,14 @@ urlpatterns = [
|
||||
views.unit_price_calculator,
|
||||
name="unit_price_calculator",
|
||||
),
|
||||
path(
|
||||
"tools/currency-converter/",
|
||||
views.currency_converter,
|
||||
name="currency_converter",
|
||||
),
|
||||
path(
|
||||
"tools/currency-converter/convert/",
|
||||
views.currency_converter_convert,
|
||||
name="currency_converter_convert",
|
||||
),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user