:fix: typos

This commit is contained in:
Adrian Amaglio 2020-12-26 16:32:36 +01:00
parent 69fd92dc77
commit 69dd13af4d
2 changed files with 4 additions and 5 deletions

View File

@ -81,7 +81,6 @@ plain or light theme.
## Roadmap ## Roadmap
### Near future ### Near future
- go on docker hub
- use a standart logger (used by bottle and uwsgi) to log error on mail fail - use a standart logger (used by bottle and uwsgi) to log error on mail fail
- [unit tests](https://bottlepy.org/docs/dev/recipes.html#unit-testing-bottle-applications) - [unit tests](https://bottlepy.org/docs/dev/recipes.html#unit-testing-bottle-applications)
- add redirection urls to form config - add redirection urls to form config
@ -90,4 +89,4 @@ plain or light theme.
### Ameliorations ### Ameliorations
- Use real user/passwords accounts - Use real user/passwords accounts
- Créate a gui client - Create a gui client

View File

@ -14,7 +14,7 @@
<input type="text" name="nom" required="required"/> <input type="text" name="nom" required="required"/>
</div> </div>
<div> <div>
<label for="nom">Votre prénom&nbsp;:</label> <label for="prenom">Votre prénom&nbsp;:</label>
<input type="text" name="prenom"/> <input type="text" name="prenom"/>
</div> </div>
<div> <div>
@ -26,11 +26,11 @@
<input type="text" name="objet" /> <input type="text" name="objet" />
</div> </div>
<div> <div>
<label for="objet">Votre message&nbsp;:</label> <label for="message">Votre message&nbsp;:</label>
<textarea name="message"></textarea> <textarea name="message"></textarea>
</div> </div>
<input type="submit" /> <input type="submit" />
</form> </form>
<script class="contact-form-config" form-id="contact-mailer-form" notify-theme="dark" src="./client/index.js" integrity="sha384-PmKhlZlIlO1+jQGHGdfScCV2ksmoqXL04TOXOd1tn5q7VJJHLxAZUyZr7hzDLUOe"></script> <script class="contact-form-config" form-id="contact-mailer-form" notify-theme="plain" src="./client/index.js" integrity="sha384-PmKhlZlIlO1+jQGHGdfScCV2ksmoqXL04TOXOd1tn5q7VJJHLxAZUyZr7hzDLUOe"></script>
</body> </body>
</html> </html>