Skip to content

Commit

Permalink
added disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony-Massaad committed Dec 1, 2023
1 parent 006dfb0 commit 8687382
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/templates/editSurvey.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<body>
<div th:replace="~{fragments/header :: header}"></div>
<div class="container create-survey-container">
<p><strong>Note:</strong>Editing the survey will remove the existing responses from the previous survey!</p>
<h1>Editing Survey#<span th:text="${surveyId}" id="surveyId"></span></h1>
<div class="form-builder-options">
<button id="add-text" class="btn">Add Text Question</button>
Expand Down

0 comments on commit 8687382

Please sign in to comment.