Skip to content

Commit

Permalink
feat: Hide Journalize option for now
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonee committed Oct 12, 2024
1 parent 852cec3 commit 343c080
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion tasks/assets/app.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// Load specific styles from styles/ here.

@import 'bootstrap/components/dropdown';

@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,400i,500,700&display=swap&subset=latin-ext');

Expand All @@ -10,4 +11,4 @@ $upper-pane: 54px;

@import './styles/tree.scss';

@import './styles/example.scss';
@import './styles/example.scss';
4 changes: 2 additions & 2 deletions tasks/templates/tree/observation_edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ <h3>Updates</h3>
<button class="close" hx-post="{% url 'public-observation-close' instance.pk %}">
Close observation
</button>
<button class="close" hx-post="{% url 'public-observation-journalize' instance.pk %}">
<!--<button class="close" hx-post="{% url 'public-observation-journalize' instance.pk %}">
Convert to journal
</button>
</button>-->
</div>
{% endif %}
</div>
Expand Down

0 comments on commit 343c080

Please sign in to comment.