Skip to content

Commit 70ca730

Browse files
committed
chore: remove career opening
1 parent 15fb227 commit 70ca730

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

weblate_web/invoices/models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,7 @@ class Invoice(models.Model): # noqa: PLR0904
285285
blank=True,
286286
help_text="Due date / Quote validity, keep blank unless specific terms are needed",
287287
)
288+
288289
kind = models.IntegerField(choices=InvoiceKind)
289290
category = models.IntegerField(
290291
choices=InvoiceCategory, help_text="Helps to categorize income"

weblate_web/templates/careers.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ <h3>{% trans_noop "Desired Skills &amp; Experience" %}</h3>
9999
<a href="mailto:[email protected]?subject=Front-end developer for Weblate" class="button bottom-left">{% translate "Apply now" %}</a>
100100
</div>
101101
-->
102+
<!--
102103
<div class="box">
103104
<h2>{% trans_noop "Customer success and care" %}</h2>
104105
@@ -143,9 +144,9 @@ <h3>{% trans_noop "Desired skills &amp; experience" %}</h3>
143144
{% trans_noop "Ready to help us shape the future of Weblate by contributing your talents and efforts? Apply to join our team now!" %}
144145
</p>
145146
146-
<a href="mailto:[email protected]?subject=Customer care for Weblate"
147-
class="button bottom-left">{% translate "Apply now" %}</a>
147+
<a href="mailto:[email protected]?subject=Customer care for Weblate" class="button bottom-left">{% translate "Apply now" %}</a>
148148
</div>
149+
-->
149150
<!--
150151
<div class="box">
151152
<h2>{% trans_noop "Python developer" %}</h2>

0 commit comments

Comments
 (0)