mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-12 10:06:21 +01:00
one and only one empty line at the end of the file
This commit is contained in:
@@ -7,4 +7,3 @@ class FatlinkForm(forms.Form):
|
||||
fleet = forms.CharField(label=_("Fleet Name"), max_length=50)
|
||||
duration = forms.IntegerField(label=_("Duration of fat-link"), required=True, initial=30, min_value=1,
|
||||
max_value=2147483647, help_text=_('minutes'))
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -30,4 +30,3 @@
|
||||
</div>
|
||||
|
||||
{% endblock content %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user