mirror of
https://github.com/wrabit/django-cotton.git
synced 2025-08-04 15:18:20 +00:00
cleanup
This commit is contained in:
parent
e457e9a1e7
commit
272a16400c
4 changed files with 8 additions and 13 deletions
|
@ -1 +0,0 @@
|
|||
<c-compiler.comp simple="simples!" complex="{% now 'd' %}" />
|
|
@ -1,3 +0,0 @@
|
|||
{{ simple }}
|
||||
|
||||
{{ complex }}
|
|
@ -2,7 +2,6 @@ from . import views
|
|||
from django.urls import path
|
||||
|
||||
urlpatterns = [
|
||||
path("compiler", views.build_view("compiler"), name="compiler"),
|
||||
path(
|
||||
"",
|
||||
views.build_view(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue