Skip to content

Commit

Permalink
Merge pull request arachnys#617 from hartwork/reduce-branding
Browse files Browse the repository at this point in the history
Reduce branding a bit?
  • Loading branch information
frankh authored May 10, 2018
2 parents 73bbe63 + dd1360c commit e02856d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cabot/cabotapp/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ class Meta:
widgets.update({
'endpoint': forms.TextInput(attrs={
'style': 'width: 100%',
'placeholder': 'https://www.arachnys.com',
'placeholder': 'https://www.example.org/',
}),
'username': forms.TextInput(attrs={
'style': 'width: 30%',
Expand Down
4 changes: 2 additions & 2 deletions cabot/templates/base_public.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>

<meta charset="utf-8">
<title>{% block title %}Cabot by Arachnys{% endblock title %}</title>
<title>{% block title %}Cabot{% endblock title %}</title>

<meta name="viewport" content="width=device-width, initial-scale=1">
{% load compress %}
Expand Down Expand Up @@ -37,7 +37,7 @@
<div class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<a href="{% url 'dashboard' %}" class="navbar-brand"><img src="{% static 'arachnys/img/icon_48x48.png' %}" width='20' height='20' /> Cabot by Arachnys</a>
<a href="{% url 'dashboard' %}" class="navbar-brand"><img src="{% static 'arachnys/img/icon_48x48.png' %}" width='20' height='20' /> Cabot</a>
<button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#navbar-main">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
Expand Down

0 comments on commit e02856d

Please sign in to comment.