Skip to content

Commit

Permalink
Fix Readme to new tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
hadpro24 committed Apr 28, 2021
1 parent ba46a87 commit de019fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def home(request):
context = {
'form': form,
'fieldsets': form.fieldsets,
'inline_formset': InlineForm()
'inline_form': InlineForm()
}
return render(request, 'home.html', context)
```
Expand All @@ -128,7 +128,7 @@ def home(request):
<form>
{% fieldset form fieldsets '#42945c' %}
{% fieldset inline_formset '#42945c' "Note des eleves" %}
{% inline_fieldset inline_form '#42945c' "Note des eleves" %}
</form>
</body>
</html>
Expand Down

0 comments on commit de019fe

Please sign in to comment.