diff --git a/yadc/templates/_formhelpers.html b/yadc/templates/_formhelpers.html index 35ae620..ae118e2 100644 --- a/yadc/templates/_formhelpers.html +++ b/yadc/templates/_formhelpers.html @@ -6,4 +6,9 @@ {% endfor %} {% endif %} +{% endmacro %} + +{% macro management_gen_line(field, formfield) %} +{{ field }} +{{ formfield() }}{{ errors(formfield) }} {% endmacro %} \ No newline at end of file diff --git a/yadc/templates/layout/base_sidebar.html b/yadc/templates/layout/base_sidebar.html new file mode 100644 index 0000000..838b4b0 --- /dev/null +++ b/yadc/templates/layout/base_sidebar.html @@ -0,0 +1,10 @@ +{% extends 'layout/base.html' %} + +{% block content %} +