develop templates for consolidated apps benchcoach

attempted to use as much generic view as possible. the previous views were generic anyway. also did some managing of inheritance (extends/includes)
This commit is contained in:
2021-12-21 17:16:32 -06:00
parent 95697ef4fe
commit 33c772bd2f
12 changed files with 143 additions and 52 deletions

View File

@@ -1,5 +1,5 @@
{% extends 'base.html' %}
{% load crispy_forms_tags %}
{% block content %}
<form action={% url call_back id=id%} method="post">
{% csrf_token %}