Commit da0875ff816e050f429b242ab66125dcb7835839

Authored by Zambom
1 parent 1f1324a8

Changing topics form button color

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
topics/templates/topics/_form.html
... ... @@ -49,7 +49,7 @@
49 49 {% endfor %}
50 50 <div class="col-md-12 col-lg-12 col-sm-12 col-xs-12">
51 51 <div class="text-center">
52   - <input type="submit" value="{% trans 'Save' %}" class="btn btn-raised btn-primary" />
  52 + <input type="submit" value="{% trans 'Save' %}" class="btn btn-raised btn-success" />
53 53 </div>
54 54 </div>
55 55 </form>
... ...