ida-arbeitszeit / arbeitszeitapp

A webapp for labour-time calculation.
https://arbeitszeitapp.readthedocs.io
GNU Affero General Public License v3.0
33 stars 4 forks source link

Separate html templates for draft editing and draft creation #1003

Closed seppeljordan closed 3 months ago

seppeljordan commented 3 months ago

Before this commit we use the same html template for draft creation and draft editing. This was problematic because those pages are different in their behavior and context information they need to render properly. With this commit we created a separate html template for editing a plan draft. This new template is a copy of the old template with minor modifications to the displayed text.

seppeljordan commented 3 months ago

I noticed that the diff on github did not update when we merged a related PR to master. I pushed again and now the diff should be fine.