summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/actions/wol.html
Commit message (Collapse)AuthorAgeFilesLines
* Add some minor cosmetic changesJose M. Guisado2021-02-161-1/+2
| | | | | | | | | | | | This commit may serve for future reference as to how some cosmetic changes have been applied to the web. Primarily using bootstrap classes in order to adjust margin or padding, there are mechanisms that allow modifying the class of an underlying html element in WTForms. Bootstrap classes are written directly in html templates for Flask. Also add a Soleta branded footer.
* Add WoL actionRoberto Hueso Gómez2020-09-041-0/+11
This action can be applied on one or multiple scopes. This implementation use Flask-WTF as a way to build and valdiate forms. As a side effect, this adds CSRF protection to all forms.