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