Now actually pulling data from server, but some regressions.
The map isn't rendering, and there's something wrong with options. But a lot is working.
This commit is contained in:
parent
d4f0f4aa5c
commit
3a49e50a51
59 changed files with 1263 additions and 3166 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{% extends "base.html" %}
|
||||
<!-- File form-issues-Issue.html generated 2018-07-01T22:15:35.330Z by adl.to-selmer-templates.
|
||||
<!-- File form-issues-Issue.html generated 2018-07-03T12:23:51.907Z by adl.to-selmer-templates.
|
||||
See [Application Description Language](https://github.com/simon-brooke/adl).-->
|
||||
|
||||
|
||||
|
|
@ -61,6 +61,24 @@ You are not permitted to view current of issues
|
|||
{% endifmemberof %}
|
||||
{% endifmemberof %}
|
||||
</p>
|
||||
<p class='widget'>
|
||||
<label for='brief'>
|
||||
brief
|
||||
</label>
|
||||
{% ifmemberof issueeditors admin %}
|
||||
<input id='brief' name='brief' type='text' value='{{record.brief}}' maxlength='' size='16'/>
|
||||
{% else %}
|
||||
{% ifmemberof canvassers teamorganisers issueexperts analysts issueeditors admin %}
|
||||
<span id='brief' name='brief' class='pseudo-widget disabled'>
|
||||
{{record.brief}}
|
||||
</span>
|
||||
{% else %}
|
||||
<span id='brief' name='brief' class='pseudo-widget not-authorised'>
|
||||
You are not permitted to view brief of issues
|
||||
</span>
|
||||
{% endifmemberof %}
|
||||
{% endifmemberof %}
|
||||
</p>
|
||||
<p class='widget action-safe'>
|
||||
<label for='save-button' class='action-safe'>
|
||||
To save this issues record
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue