mirror of
https://github.com/cuigh/swirl
synced 2024-12-28 23:02:02 +00:00
Fix page title
This commit is contained in:
parent
dee5cd38b7
commit
4f2c7f200f
@ -4,7 +4,7 @@
|
||||
{{ block body_content() }}
|
||||
<section class="section">
|
||||
<div class="container">
|
||||
<h2 class="title">Create chart</h2>
|
||||
<h2 class="title">{{ .Chart.Name ? "Edit" : "Create" }} chart</h2>
|
||||
<hr>
|
||||
<form method="post" data-form="ajax-json" data-url="/system/chart/">
|
||||
<div class="columns is-bottom-marginless">
|
||||
|
Loading…
Reference in New Issue
Block a user