diff options
Diffstat (limited to 'boardvoting/templates/motion.html')
-rw-r--r-- | boardvoting/templates/motion.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/boardvoting/templates/motion.html b/boardvoting/templates/motion.html index 8fc7530..e78a955 100644 --- a/boardvoting/templates/motion.html +++ b/boardvoting/templates/motion.html @@ -1,4 +1,4 @@ -{{ template "header" . }} +{{ template "header.html" . }} {{ $voter := .Voter }} <div class="column"> <div class="ui basic segment"> @@ -16,4 +16,4 @@ </div> </div> {{ end}} -{{ template "footer" . }}
\ No newline at end of file +{{ template "footer.html" . }}
\ No newline at end of file |