Skip to content

Commit

Permalink
- create basic form to description log
Browse files Browse the repository at this point in the history
  • Loading branch information
lenonleitecience committed Jan 12, 2024
1 parent 505a21c commit c2fabb8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<form>
<input type="text" name="num1" />
<input type="text" name="num2" />
<input type="submit" value="test" />
</form>
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,6 @@
'eventSettings': eventSettings,
'canvasSettings': entity.canvasSettings,
}) -}}
{{- include('@MauticCampaign/Campaign/Builder/_form_log.html.twig', {
}) -}}
{% endblock %}

0 comments on commit c2fabb8

Please sign in to comment.