Rename budget name to budget title

This commit is contained in:
Yingtong Li 2020-01-17 21:11:48 +11:00
parent f46f966bbb
commit 91dddaf694
Signed by: RunasSudo
GPG Key ID: 7234E476BF21C61A
3 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@
<input class="eleven wide column" type="text" name="id" value="{{ 'BU-{}'.format(revision.budget.id) if revision.budget.id != None else '' }}">
</div>
<div class="ui required inline grid field">
<label class="three wide column">Name</label>
<label class="three wide column">Title</label>
<input class="eleven wide column" type="text" name="name" value="{{ revision.name }}">
</div>
<div class="ui required inline grid field">

View File

@ -38,7 +38,7 @@
<td class="fourteen wide">BU-{{ revision.budget.id }}</td>
</tr>
<tr>
<td>Name</td>
<td>Title</td>
<td>{{ revision.name }}</td>
</tr>
<tr>

View File

@ -74,7 +74,7 @@
<td class="fourteen wide">BU-{{ revision.budget.id }}</td>
</tr>
<tr>
<td>Name</td>
<td>Title</td>
<td>{{ revision.name }}</td>
</tr>
<tr>